Blender Git Loki
Git Commits -> Revision 816ed68
Revision 816ed68 by Willian Padovani Germano (master) June 27, 2006, 17:51 (GMT) |
BPython: Bug #4484: http://projects.blender.org/tracker/?func=detail&aid=4484&group_id=9&atid=125 A recent update to Draw.c made the button attr setter function not exit where it should for one of the cases, when new and old strings had same length (code was missing a "return 0;" line in one of the if cases). Should work fine now, I don't get the error under linux anymore. Also saw in the same function that a py object could be created but was not being decref'ed in two other 'if' cases. Thanks elbarto for reporting the bug. |
Commit Details:
Full Hash: 816ed68db5203bf2e891681739d563bbd98d267b
SVN Revision: 7953
Parent Commit: e9c1e40
Lines Changed: +7, -2
1 Modified Path:
/source/blender/python/api2_2x/Draw.c (+7, -2) (Diff)