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:
@@ -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")
|
||||
|
Reference in New Issue
Block a user