Blender Git Loki
Git Commits -> Revision 71da111
Revision 71da111 by Joseph Eagar (master) December 1, 2006, 03:04 (GMT) |
=IDProperties bugfix= Another bug from the tracker, reported by Mike Stramba. A duplicated Py_XDECREF in the wrong place made assigning arrays from Vector objects not work. Also, fixed nasty bug in C API of idproperties (the function to look up a property from a group was broken). Fixed a memory leak too. In addition, made "del group['property']" delete properties from group; previously this would just crash (or at least it should have). Added a small addition to the example in the epydocs for IDGroup. |
Commit Details:
Full Hash: 71da111613758d289209a5df64f722f8c0926767
Parent Commit: b36b940
Lines Changed: +31, -5