blender/source
Campbell Barton 3aab50f775 * 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 */
2009-03-18 22:22:58 +00:00
..
blender * removed warnings and fixed some python refcount errors 2009-03-18 22:22:58 +00:00
creator 2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r18677:19317 2009-03-17 21:44:58 +00:00
darwin Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
gameengine 2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r18677:19317 2009-03-17 21:44:58 +00:00
icons Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
kernel 2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r18677:19317 2009-03-17 21:44:58 +00:00
CMakeLists.txt Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
Makefile 2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r18677:19317 2009-03-17 21:44:58 +00:00
nan_compile.mk 2.5 2009-02-19 16:22:07 +00:00
nan_definitions.mk 2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r18677:19317 2009-03-17 21:44:58 +00:00
nan_link.mk 2.5 / Cleanup 2009-01-04 18:16:34 +00:00
nan_subdirs.mk Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
nan_warn.mk Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
SConscript * Minor cleanup of SCons files 2008-10-22 11:28:10 +00:00