After conversion of Curve to Mesh, modifiers should be removed.
This commit is contained in:
2007-02-03 13:17:05 +00:00
parent 42d09a59b9
commit a55c7cd99e

View File

@@ -2496,6 +2496,8 @@ static void curvetomesh(Object *ob)
if(dl==0) makeDispListCurveTypes(ob, 0); /* force creation */
nurbs_to_mesh(ob); /* also does users */
object_free_modifiers(ob);
}
void convertmenu(void)