Blender Git Commit Log
Git Commits -> Revision 752fc35
Revision 752fc35 by Sergey Sharybin (master) January 24, 2018, 10:46 (GMT) |
Depsgraph: Fix crash entering edit mode with CoW enabled The issue was caused by some incompatibility of new API which expects ID block to be specified explicitly, while old code is tagging object's data using object's ID with OB_RECALC_DATA flag. We need to switch all areas to give proper ID and everything, but for until then we'd better stop crashing. |
Commit Details:
Full Hash: 752fc35fa15b6bfee0309354ffcbf5c78211e8a6
Parent Commit: fe18d9b
Lines Changed: +47, -14
1 Modified Path:
/source/blender/depsgraph/intern/depsgraph_tag.cc (+47, -14) (Diff)