blender/source
Germano Cavalcante d097c2a1b3 Fix T51072: The reference of a pyobject may be being overwritten in bm_mesh_remap_cd_update
In this case the Pyobject gets lost from pybm, and bm.free() does not invalidate the PyElem.
This will cause the destructor of python to read invalid memory and crash.

The solution is to make a copy of the pyobjects pointers before overwriting.
2017-03-31 01:01:16 -03:00
..
blender Fix T51072: The reference of a pyobject may be being overwritten in bm_mesh_remap_cd_update 2017-03-31 01:01:16 -03:00
blenderplayer Fix player stubs (tm) 2017-03-23 15:47:23 +01:00
creator Fix typo in command line arg list 2017-03-07 09:07:58 -05:00
gameengine Fix BGE building. 2017-03-16 10:30:02 +01:00
tools@b11375e890 Fix blurry icons 2017-01-29 17:21:57 +03:00
CMakeLists.txt