Post #1438: bl

📋 Metadata

🏷️ Tags

pie-menu hotkeys intermediate

  • Enum Property
  • StackKey
  • open_menu() function
  • Property Editor

💬 Content

blend_rend:

How can I make this visible which button is active?

You can use Enum Property to create a tab bar and StackKey to store commands for buttons (video):

On Update slot:

open_menu("Tab Bar Commands", props(menu))

Where open_menu() function calls a slot from the stack key (Tab Bar Commands) by its name (props(menu))


🔗 View on Blender Artists