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:
Christoph Lendenfeld
2024-08-23 11:07:16 +02:00
committed by Christoph Lendenfeld
parent 02e721275f
commit 51fd355c01
6 changed files with 168 additions and 7 deletions

View File

@@ -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: