Blender Git Commit Log
Git Commits -> Revision 7163867
Revision 7163867 by Michel Selten (master) August 10, 2003, 10:03 (GMT) |
* Fix crash in the getParent() and getTracked() methods of the Python API. This crash was reported by Jean-Michel Soler (jms). Problem was that I was trying to be a little too intelligent. I kept a reference to created PyObjects which at some point apparently fails. Keeping the object references is not necessary. Now we just create a new PyObject when necessary and let Python handle the reference counts. |
Commit Details:
Full Hash: 71638673951ba1967eddbeb502a0c0cf1416c596
SVN Revision: 1165
Parent Commit: 84f2b08
Lines Changed: +5, -97