Turn of partial visibility in sculptmode when applying modifiers

This commit is contained in:
2006-12-21 00:42:43 +00:00
parent 1443d3a231
commit a001501628

View File

@@ -1106,6 +1106,8 @@ static void modifiers_applyModifier(void *obv, void *mdv)
}
if (ob->type==OB_MESH) {
sculptmode_pmv_off(me);
dm = mesh_create_derived_for_modifier(ob, md);
if (!dm) {
error("Modifier is disabled or returned error, skipping apply");