Blender Git Commit Log
Git Commits -> Revision 75dad2a
Revision 75dad2a by Sergey Sharybin (master) March 7, 2019, 15:09 (GMT) |
Multires: Fix crash on exit when sculpting with modifiers The SubdivCCG structure was re-allocated, but the cached one in the sculpt session was still pointing to an original one. This is rather a workaround, but is least evil from what i can currently think. Remember something similar was also required in 2.7 as well. Definitely need to revision this change. |
Commit Details:
Full Hash: 75dad2a04b23c8848f9ade4ad70b7c352bdcdb94
Parent Commit: 9e1d113
Lines Changed: +9, -0
1 Modified Path:
/source/blender/modifiers/intern/MOD_multires.c (+9, -0) (Diff)