This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/python
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
..
2009-03-08 16:50:11 +00:00
2009-03-08 16:50:11 +00:00
2009-01-04 18:16:34 +00:00
2008-11-12 21:16:53 +00:00
2009-03-13 07:50:07 +00:00
2008-12-23 21:20:34 +00:00