Commit Graph

26 Commits

Author SHA1 Message Date
rdb 23bf9ea5c7 The direct tree is now valid Python 2 *and* 3 2016-03-28 22:33:30 +02:00
rdb 0a9f9887f9 Merge branch 'release/1.9.x'
Conflicts:
	direct/src/p3d/Packager.py
	direct/src/p3d/ppackage.py
	makepanda/makepandacore.py
2015-11-21 03:17:33 +01:00
rdb 2d6c2c5c6d Remove dependency on tkpanels and tkwidgets modules when building .p3d package 2015-11-20 17:42:18 +01:00
rdb 31dbcae262 Deprecate many extension methods, make extension methods imported via modules instead of dumped into core.py, move _core.pyd and _direct.pyd back to core.pyd, direct.pyd respectively, move MAIN_DIR set-up code to module init time 2015-11-10 00:44:29 +01:00
rdb d9342043b0 Deprecate pandac.PandaModules and genPyCode, move extensions to panda3d/, clean up imports and deprecated behaviour 2015-06-28 13:55:31 +02:00
rdb 5f2c0a6e04 Big commit aiding in separation of Python bindings:
* Most extension functions have been moved to C++.
 * In makepanda, Python bindings are compiled into panda3d/<module>.pyd.
2014-02-20 13:33:26 +00:00
rdb 8365c5ce13 Remove superfluous import lines (this is really genPyCode's task) 2013-12-23 19:39:22 +00:00
rdb 712ecb8d3b Fix LerpBlendHelpers import 2013-07-27 11:03:39 +00:00
David Rose 6c3386c65f fix deprecated import syntax 2012-02-17 17:33:19 +00:00
David Rose 8aae06ec43 remove deprecated double-reference names 2011-11-17 19:17:04 +00:00
David Rose 5b79b02b31 fix typos 2011-10-21 19:58:12 +00:00
David Rose f098e8239f NodePath.analyze() is now an extension function 2009-06-11 02:39:09 +00:00
rdb 24641a7ab4 Fixed some typo's 2008-11-26 14:39:48 +00:00
Gyedo Jeon 37df0df5c7 Changed getAncestry to getAncestors 2008-11-15 01:00:52 +00:00
David Rose d07c5e15ed we don't need to clean lerps up so aggressively--this code has never worked anyway 2008-11-12 23:28:01 +00:00
David Rose c69c8680e8 asList() etc. no longer needed 2008-11-12 20:37:20 +00:00
Gyedo Jeon cc76379b27 Changed upondDeath assignments to call setUponDeath 2008-11-06 21:52:40 +00:00
Josh Yelon e6cca5ec86 Changes for python 2.5 2007-12-08 21:49:14 +00:00
Darren Ranalli 375ea545a8 added removeNonCollisions, removed default numSolidsInLeaves 2007-04-13 01:36:44 +00:00
Darren Ranalli 184ff2a257 added getNumDescendants 2007-04-11 08:37:54 +00:00
Darren Ranalli 990af2a153 added subdivideCollisions 2007-04-04 07:47:13 +00:00
David Rose 08c3f5e2d5 direct -> base.direct 2006-10-16 19:10:13 +00:00
Dave Schuyler a2aa9486d1 formatting 2006-03-17 23:47:12 +00:00
Dave Schuyler 816e683b98 formatting 2006-03-04 04:34:18 +00:00
Mark Mine ee4f120fee Added print transform function 2005-09-10 03:50:19 +00:00
Roger Hughston 0aec42513f Support for the new python-native interigate functions 2005-05-23 20:32:06 +00:00