Blender Git Loki
Git Commits -> Revision 13c9df1
Revision 13c9df1 by Philipp Oeser (master) August 16, 2019, 11:58 (GMT) |
Fix T68710: crash on applying modifier after removing all shape keys This was a mistake in rB87629b2a7443 `BKE_object_shapekey_free` would never return `true`, so DEG updates would not happen... So `ob->shapenr` was not up-to-date etc., leading to crash in `BKE_mesh_nomain_to_mesh` shapekey handling... Reviewers: brecht Maniphest Tasks: T68710 Differential Revision: https://developer.blender.org/D5501 |
Commit Details:
Full Hash: 13c9df10a8fda7b5370edf1c87e4f4da15e4b33b
Parent Commit: f8920bd
Lines Changed: +1, -1
1 Modified Path:
/source/blender/blenkernel/intern/object.c (+1, -1) (Diff)