add animation buttons to mask toolbar

This commit is contained in:
Campbell Barton
2012-08-13 09:13:19 +00:00
parent 7d3e854aeb
commit dd2f172fc4

View File

@@ -237,6 +237,13 @@ class MASK_PT_tools():
col.operator("mask.parent_set")
col.operator("mask.parent_clear")
col = layout.column(align=True)
col.label(text="Animation:")
col.operator("mask.shape_key_clear")
col.operator("mask.shape_key_insert")
col.operator("mask.shape_key_feather_reset")
col.operator("mask.shape_key_rekey")
class MASK_MT_mask(Menu):
bl_label = "Mask"