Blender Git Commit Log
Git Commits -> Revision 963917e
Revision 963917e by Sergey Sharybin (master) May 31, 2019, 08:05 (GMT) |
Fix T65285: Crash with Object.to_mesh() in certain conditions Was happening when modifier stack detected that mesh is not deformed and is not modified and attempted to share result across multiple objects. This was introduced in 2f77119. Now functions which are supposed to return mesh owned by caller will do so again. Shouldn't be a huge impact on memory print since the data layers are referenced. |
Commit Details:
Full Hash: 963917e1b9beaa8dc0863f1e4a9b54620d3610fa
Parent Commit: 2c4a9f7
Lines Changed: +8, -6
1 Modified Path:
/source/blender/blenkernel/intern/DerivedMesh.c (+8, -6) (Diff)