Blender Git Commit Log
Git Commits -> Revision a4793a3
Revision a4793a3 by Campbell Barton (master) March 13, 2009, 07:50 (GMT) |
2.5 Python api - rearranged modules bpyui -> bpy.ui, bpy -> bpy.data, remove bpydoc - new module bpy.types, stores a list of all struct types - added __rna__ attribute to types - eg bpy.types.World.__rna__ so you can access the rna data from a type. (so bpydoc.structs isnt needed anymore) - removed unused subtyping method (use python subclassing rather then C PyTypeObject) |
Commit Details:
Full Hash: a4793a3b4ac298a651f7bab0bafd809287647509
SVN Revision: 19271
Parent Commit: 432171f
Lines Changed: +128, -233