Anim: UI template for Action selectors
This PR is just taken over from @dr.sybren with minor comments addressed. Original PR: #125493 Co-authored-by: Sybren A. Stüvel <sybren@blender.org> Pull Request: https://projects.blender.org/blender/blender/pulls/126561
This commit is contained in:
committed by
Christoph Lendenfeld
parent
02e721275f
commit
51fd355c01
@@ -243,7 +243,7 @@ class DOPESHEET_HT_editor_buttons:
|
||||
|
||||
layout.separator_spacer()
|
||||
|
||||
layout.template_ID(st, "action", new="action.new", unlink="action.unlink")
|
||||
layout.template_action(context.object, new="action.new", unlink="action.unlink")
|
||||
|
||||
# Show slot selector.
|
||||
if context.preferences.experimental.use_animation_baklava:
|
||||
|
||||
Reference in New Issue
Block a user