diff --git a/source/blender/makesrna/intern/rna_object.c b/source/blender/makesrna/intern/rna_object.c index d06dfdb8e7f..2fc0cca2070 100644 --- a/source/blender/makesrna/intern/rna_object.c +++ b/source/blender/makesrna/intern/rna_object.c @@ -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: