switching shape keys in editmode needs to recalc normals.

This commit is contained in:
Campbell Barton 2012-04-04 03:32:41 +00:00
parent 1246a0d88b
commit d0a27a18e1

@ -230,6 +230,7 @@ void rna_Object_active_shape_update(Main *bmain, Scene *scene, PointerRNA *ptr)
case OB_MESH:
EDBM_mesh_load(ob);
EDBM_mesh_make(scene->toolsettings, scene, ob);
EDBM_mesh_normals_update(((Mesh*)ob->data)->edit_btmesh);
BMEdit_RecalcTessellation(((Mesh*)ob->data)->edit_btmesh);
break;
case OB_CURVE: