Blender Git Commit Log
Git Commits -> Revision fc830ce
Revision fc830ce by Sergey Sharybin (master) November 23, 2018, 11:03 (GMT) |
Fix T57616: Deleting particle system instance object leads to crash Explicitly tag copy-on-write form library remap. Previously, this tag was used implicitly via geometry/transform tagging, which worked ok for objects. For non-objects we do need to ensure all copies has correct pointer and the only way to do so is to pass tag explicitly. There is probably more places in the library remap where this is needed, but not being familiar with the code makes it difficult to spot where possible tags are missing. |
Commit Details:
Full Hash: fc830ce78f67ce3248b80f0e2a53cbc978f7040c
Parent Commit: 4b06d0b
Lines Changed: +2, -1
1 Modified Path:
/source/blender/blenkernel/intern/library_remap.c (+2, -1) (Diff)