Blender Git Commit Log
Git Commits -> Revision 110a35e
Revision 110a35e by Sebastian Parborg (master) March 13, 2020, 15:29 (GMT) |
Fix T74397: Crash after undoing quadriflow remesh on duplicate with armature deform The issue was that we were creating temporary mesh copies and storing them in bmain and then later using BKE_mesh_nomain_to_mesh which would add them to bmain once more (duplicates). This would lead to crashes later as the custom data of the mesh could be trashed quite easily. |
Commit Details:
Full Hash: 110a35ef5a0e3eae78e48d64b43c456b76c9efa1
Parent Commit: de30fda
Lines Changed: +7, -9
1 Modified Path:
/source/blender/editors/object/object_remesh.c (+7, -9) (Diff)