-
Notifications
You must be signed in to change notification settings - Fork 9
Blender
hannesdelbeke edited this page May 10, 2024
·
13 revisions
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)
- use the build in icon viewer to get the names of all available icons.
- use these names in UniMenu. (see sample yaml)
icon
can take
- a default icon name
- a string or pathlib path
- an icon ID integer
see the blender docs on custom icons
- Blender guidelines on writing a good tooltip
for developers, see DEV-Blender
Applications
Dev Docs
Other