Skip to content

Blender

hannesdelbeke edited this page May 10, 2024 · 13 revisions

Startup

To automate menu creation on startup, you can:

  • run a script on startup from the startup folder ./scripts/startup/*.py
  • create an add-on to auto run on menu creation on startup when the add-on is loaded. (recommended way for cleaner environment management)

Icon

default icons

  1. use the build in icon viewer to get the names of all available icons.
  2. use these names in UniMenu. (see sample yaml)

advanced icons

icon can take

  • a default icon name
  • a string or pathlib path
  • an icon ID integer

see the blender docs on custom icons

Tooltip


for developers, see DEV-Blender

Clone this wiki locally