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

5 Modified Paths:

/source/blender/python/epy_doc_gen.py (+13, -6) (Diff)
/source/blender/python/intern/bpy_interface.c (+10, -20) (Diff)
/source/blender/python/intern/bpy_rna.c (+102, -202) (Diff)
/source/blender/python/intern/bpy_rna.h (+2, -4) (Diff)
/source/blender/python/rna_dump.py (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021