Blender Git Loki

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

5 Modified Paths:

/source/blender/python/api2_2x/Camera.c (+6, -5) (Diff)
/source/blender/python/api2_2x/Camera.h (+1, -1) (Diff)
/source/blender/python/api2_2x/doc/Blender.py (+1, -0) (Diff)
/source/blender/python/api2_2x/Material.c (+2, -0) (Diff)
/source/blender/python/BPY_interface.c (+136, -127) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021