Blender Git Commit Log
Git Commits -> Revision 529cc36
Revision 529cc36 by Sergey Sharybin (master) February 19, 2018, 15:16 (GMT) |
Fix T54096: Subdivision Surface + Boolean Modifiers + Transform = crash Don't use dm->get*Array for DM you don't own. This call can allocate temporary CD layer, which is not thread safe at all. Also removed hard-coded logic around CDDM check. new functions will do same logic, but are mode DM-type-=independent. |
Commit Details:
Full Hash: 529cc364f4a6e02d149da89c934c486051801e1a
Parent Commit: dc65a6f
Lines Changed: +12, -8
1 Modified Path:
/source/blender/blenkernel/intern/modifiers_bmesh.c (+12, -8) (Diff)