mask re-key feature - mango request. ability to reset selected points shape key data.

useful if you add many keys to one part of a curve, then later want to key another part - but dont want to continuously make the same corrections.
This commit is contained in:
Campbell Barton
2012-06-22 11:53:49 +00:00
parent 226c86ae58
commit 238d3fa4bb
6 changed files with 217 additions and 33 deletions

View File

@@ -1326,6 +1326,7 @@ class CLIP_MT_mask_animation(Menu):
layout.operator("mask.shape_key_clear")
layout.operator("mask.shape_key_insert")
layout.operator("mask.shape_key_feather_reset")
layout.operator("mask.shape_key_rekey")
class CLIP_MT_camera_presets(Menu):