Commit Graph

415 Commits

Author SHA1 Message Date
rdb 4f9092d568 wxwidgets: Fix errors running Panda shell 2023-02-22 12:04:51 +01:00
rdb 37b5c9ad9e direct: More code style changes 2023-02-22 11:52:19 +01:00
rdb 9a15e9245c direct: Additional cleanup, update .pylintrc file 2023-02-22 02:44:53 +01:00
rdb 8b1126ba3e direct: General cleanup of Python code 2023-02-20 20:52:14 +01:00
rdb 5d63c7e898 Merge branch 'release/1.10.x' 2023-02-20 19:27:58 +01:00
rdb 6aef8159b1 leveleditor: Fix use of removed `cmp()` function 2023-02-20 17:29:00 +01:00
WMOkiishi c7c70bc32a
direct: Cut down on usage of `import *` (#1454)
* Remove most `import *`s in `direct`

* Address feedback
2023-02-12 13:16:52 +00:00
rdb eefcae7b05 direct: Add `base.clock`, deprecate `globalClock` 2021-12-25 11:47:42 +01:00
rdb 3fe1780f16 direct: Fix use of various deprecated APIs 2021-03-09 19:21:26 +01:00
rdb be9dde1eee direct: add .pylintrc, perform major code cleanup pass
Closes #989

Co-authored-by: Daniel Stokes <kupomail@gmail.com>
2020-12-31 01:36:23 +01:00
rdb a72be90f17 Merge branch 'release/1.10.x' 2019-10-29 23:13:22 +01:00
rdb 0a622d08e9 direct: fix a few broken imports 2019-10-29 14:57:04 +01:00
Kyle Smith 8cf28e8d2c wx: Fixed deprecation warnings/errors
- Warnings/Errors associated with LevelEditor.
2019-01-06 18:54:08 -07:00
Kyle Smith 4f548889a8 leveleditor: Use panda3d.core 2019-01-06 18:54:08 -07:00
Kyle Smith 294dc5fc40 leveleditor: Fixed relative import for start
- Relative imports only work within modules, not in scripts (as LevelEditorStart is expected to be called directly, not imported).
2019-01-06 18:54:08 -07:00
rdb 27dbad6fd9 leveleditor: add missing import 2018-08-26 14:04:19 +02:00
rdb 23bf9ea5c7 The direct tree is now valid Python 2 *and* 3 2016-03-28 22:33:30 +02:00
mfwass f8837999ed Cleanup trailing whitespace 2015-12-13 10:08:41 -05:00
rdb 32367fcbdc Fix various import issues in the direct tree 2015-12-06 22:36:05 +01:00
rdb db3ab953e4 Remove ppremake, genPyCode, and all hacks created to support them 2015-11-09 19:06:49 +01:00
rdb 3371df8403 Fix tp_compare, better __repr__/__str__ handling 2015-03-25 19:36:35 +01:00
rdb 51dffd0f5a Commit patch by cfsworks to clean up use of exec() and eval() 2014-04-16 13:09:12 +00:00
rdb 88048bf3da Fix use of has_key and map() 2013-12-17 19:49:09 +00:00
David Rose 50e53a4d4e better support for multiple windows, multiple trackballs, one camera 2012-01-13 00:22:05 +00:00
Shuying Feng b18c13895c Added animation system 2010-08-13 18:05:53 +00:00
Gyedo Jeon 451e10e3e3 Fixed a problem of not overriding _do__call__ function in ActionBase 2010-07-21 00:28:38 +00:00
Gyedo Jeon aec3ff0e3d Added feature to export to Maya 2010-06-28 21:20:49 +00:00
Gyedo Jeon c300a5911f Added importing wxPandashell 2010-06-17 18:56:46 +00:00
Shuying Feng be8dcd75cb Added curve editing feature 2010-06-17 00:22:35 +00:00
Gyedo Jeon 0298cb57ff Added PROP_UI_TIME property type 2010-06-05 00:38:43 +00:00
Gyedo Jeon ccee14a50b Fixed a bug in flatten function definition 2010-06-01 20:52:57 +00:00
Gyedo Jeon 385f6e5920 Removed default bitmask from persp coll plane 2010-05-18 01:09:31 +00:00
Arkady Trestman b413bdbf5b installed wait cursor during load, save operations 2010-05-14 21:04:57 +00:00
Gyedo Jeon 0b713f0a95 Added systemLayersKeys list 2010-05-14 00:54:01 +00:00
Arkady Trestman efb320b74c refactored code to decouple object construction from initializaion 2010-05-13 22:16:45 +00:00
Gyedo Jeon b9de3daa41 Restored removed codes by accident 2010-05-13 22:11:48 +00:00
Arkady Trestman 129f164f16 integrated selected obj parenting option 2010-05-05 22:35:30 +00:00
Arkady Trestman 062c2acf8e added addtional maya conversion 2010-05-04 02:37:13 +00:00
Gyedo Jeon 314afbab10 Added StartupError definition template 2010-05-04 01:31:13 +00:00
Gyedo Jeon 2bef5c7c49 Mader MayaConveter more generic 2010-05-04 00:11:27 +00:00
Gyedo Jeon 140d0ab80b Fixed a bug of overriding objDef.anims with wrong animDict values 2010-05-04 00:10:36 +00:00
Gyedo Jeon 6284b965fb Added updateModelFunction to ObjectBase model list could be updated dynamically 2010-05-01 00:40:23 +00:00
Gyedo Jeon cb769c21ac Added flattening call hook up 2010-05-01 00:38:46 +00:00
Gyedo Jeon 2ff1f376fa Fixed a bug in show panda object feature 2010-05-01 00:37:55 +00:00
Gyedo Jeon 3da573803f Removed forgotten breakpoint 2010-04-30 21:53:27 +00:00
Arkady Trestman 1710254709 initial commit 2010-04-30 02:02:36 +00:00
Gyedo Jeon ecfa584a26 Made additional geometry for visual aid doesn't inherit object color and sceneGraph label updated after changing model 2010-04-29 01:29:58 +00:00
Gyedo Jeon 6790b4ce26 Made object with animDict property be animated when created 2010-04-27 02:35:37 +00:00
Gyedo Jeon 3849b1221f Added feature to support model based anim list 2010-04-24 00:46:27 +00:00
Gyedo Jeon 69372ff216 Made parent can be passed to createFunction 2010-04-22 19:55:40 +00:00