Blender Git Commit Log
Git Commits -> Revision 28b8e66
Revision 28b8e66 by Willian Padovani Germano (master) July 4, 2003, 02:56 (GMT) |
Exppython: - Fixed a problem with control of the global Python dictionary persistence: Blender.ReleaseGlobalDict(bool) should now work fine. - Trying to fix the sigsegv crashes on Windows: They happen when we try to "print" our objects, like Lamps or Cameras. Following advice from the Python Embedding doc, removed the tp_print method from Camera and also improved its tp_repr one, that will be used as print, repr() and str() for Cameras. If this test works all other objs will be updated accordingly. |
Commit Details:
Full Hash: 28b8e667a0c2ef77dd862bc40909d089a96d1324
SVN Revision: 969
Parent Commit: 77213f7
Lines Changed: +146, -133