Blender Git Commit Log
Git Commits -> Revision 3aab50f
Revision 3aab50f by Campbell Barton (master) March 18, 2009, 22:22 (GMT) |
* removed warnings and fixed some python refcount errors * operator class names - Changed 'name' to '__label__' (since __name__ is already used for the class name) - Changed 'properties' to '__props__' * added a PyObject_GetAttrStringArgs(), utility function which Id like to see in pythons C api. PyObject_GetAttrStringArgs(pyob, "someattr", "foo", "bar") /* pyob.someattr.foo.bar */ |
Commit Details:
Full Hash: 3aab50f775e4928d3ee525a999e2b4c995ae9ae4
SVN Revision: 19329
Parent Commit: 43d4e3f
Lines Changed: +105, -68
7 Modified Paths:
/source/blender/python/intern/bpy_interface.c (+1, -0) (Diff)
/source/blender/python/intern/bpy_operator.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_opwrapper.c (+41, -35) (Diff)
/source/blender/python/intern/bpy_rna.c (+5, -5) (Diff)
/source/blender/python/intern/bpy_ui.c (+0, -1) (Diff)
/source/blender/python/intern/bpy_util.c (+54, -26) (Diff)
/source/blender/python/intern/bpy_util.h (+3, -0) (Diff)
/source/blender/python/intern/bpy_operator.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_opwrapper.c (+41, -35) (Diff)
/source/blender/python/intern/bpy_rna.c (+5, -5) (Diff)
/source/blender/python/intern/bpy_ui.c (+0, -1) (Diff)
/source/blender/python/intern/bpy_util.c (+54, -26) (Diff)
/source/blender/python/intern/bpy_util.h (+3, -0) (Diff)