expose absolute shape keyblock interpolation in the ui

This commit is contained in:
Campbell Barton
2012-05-22 13:43:36 +00:00
parent eb023322ef
commit 4a788a2277
4 changed files with 16 additions and 19 deletions

View File

@@ -262,6 +262,7 @@ class DATA_PT_shape_keys(MeshButtonsPanel, Panel):
col.prop_search(kb, "relative_key", key, "key_blocks", text="")
else:
layout.prop(kb, "interpolation")
row = layout.column()
row.active = enable_edit_value
row.prop(key, "eval_time")