Blender Git Commit Log
Git Commits -> Revision 08efcef
Revision 08efcef by Sergey Sharybin (master) March 20, 2019, 13:57 (GMT) |
Fix T61759: Dynamic paint smudge crash The issue was caused by mesh needed for dynamic paint brush being stored in the modifier. That make it to be freed and set to NULL when running copy-on-write. Solved by moving the mesh to be stored in modifier's runtime data. |
Commit Details:
Full Hash: 08efcefb470577cafd2587c1b356b028365dd3f9
Parent Commit: 1f97f6c
Lines Changed: +96, -43
5 Modified Paths:
/source/blender/blenkernel/BKE_dynamicpaint.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/dynamicpaint.c (+76, -38) (Diff)
/source/blender/blenloader/intern/readfile.c (+0, -2) (Diff)
/source/blender/makesdna/DNA_dynamicpaint_types.h (+8, -2) (Diff)
/source/blender/modifiers/intern/MOD_dynamicpaint.c (+10, -1) (Diff)
/source/blender/blenkernel/intern/dynamicpaint.c (+76, -38) (Diff)
/source/blender/blenloader/intern/readfile.c (+0, -2) (Diff)
/source/blender/makesdna/DNA_dynamicpaint_types.h (+8, -2) (Diff)
/source/blender/modifiers/intern/MOD_dynamicpaint.c (+10, -1) (Diff)