NLA Editor: Make Single User for NLA Strips

This operator is used to make sure that if/when you have multiple strips
using the same action, if you select these and run this operator, each
strip will be given its own copy of the action. This is useful if you
decide later that you want to start using an existing action as a base.

NOTE: This does not recursively go inside meta's, so care is still advised
in that case.
This commit is contained in:
Joshua Leung
2014-04-29 01:59:15 +12:00
parent 68c3b6350a
commit a3a3141f53
4 changed files with 85 additions and 0 deletions

View File

@@ -146,6 +146,9 @@ class NLA_MT_edit(Menu):
layout.operator("nla.clear_scale")
layout.operator("nla.action_sync_length").active = False
layout.separator()
layout.operator("nla.make_single_user")
layout.separator()
layout.operator("nla.swap")
layout.operator("nla.move_up")