"Fix" #20225: mesh deform surface modifier problems. This mode was an

experiment and turn out to work poorly because it does not preserve
rotations, so I've just removed the option now. Alternative is to use
a solidify modifier on the cage mesh, which will usually give better
results.
This commit is contained in:
Brecht Van Lommel
2010-04-02 11:39:40 +00:00
parent b1a0c86163
commit fb4b16b799
3 changed files with 10 additions and 1 deletions

View File

@@ -368,7 +368,6 @@ class DATA_PT_modifiers(DataButtonsPanel):
sub = col.column()
sub.label(text="Object:")
sub.prop(md, "object", text="")
sub.prop(md, "mode", text="")
sub.active = not md.is_bound
if wide_ui:
col = split.column()