Blender Git Loki
Git Commits -> Revision b22705f
Revision b22705f by Campbell Barton (master) April 3, 2009, 02:16 (GMT) |
BGE Python - Bugfix for running dir() on all BGE python objects. was not getting the immediate methods and attributes for each class. - Use attributes for KX_Scene (so they are included with dir()) - Override __dict__ attributes for KX_Scene and KX_GameObject so custom properties are included with a dir() |
Commit Details:
Full Hash: b22705f1694f83756f7ca785b6f20caf353f5998
SVN Revision: 19511
Parent Commit: 2178fce
Lines Changed: +85, -31