I am creating a toolbar and pushing it to Yak using Rhino Script Editor.
After installation of a plugin via package manager, would the toolbar be loaded automatically?
How I handle toolbars with the Script Compiler is this:
- Create the Toolbar in Rhino and save as an .RUI file.
- Compile the plugin using the Script Compiler
- open the .yak file in a zip utility (or just rename the .yak to .zip)
- copy the .rui file into the .yak file
The YAK file will then install the toolbar on install (drag and drop or via package manager)
PLEASE NOTE: The toolbar will not update on further updates of your plugin. The only way I’ve found to update is to uninstall the plugin and reinstall with the updated version/toolbar.
Cheers
DK
1 Like
Thank you:)