Remove slurph shape-key feature

This is an old option which wasn't working in over a year without complaint.
This commit is contained in:
Campbell Barton
2015-01-07 02:02:55 +11:00
parent 0527183090
commit 8e73b770d4
13 changed files with 78 additions and 194 deletions

View File

@@ -317,7 +317,6 @@ class DATA_PT_shape_keys(MeshButtonsPanel, Panel):
row = layout.column()
row.active = enable_edit_value
row.prop(key, "eval_time")
row.prop(key, "slurph")
class DATA_PT_uv_texture(MeshButtonsPanel, Panel):