hi,
it is very convenient to be able to make Rhino commands with Python using Python Command Plugins.
the commands can be used from buttons on a custom command palette, but it is quite tedious to make these palettes manually and, as far as i know, there is no way to share them with a (Python) plugin.
i read that .rui files can be converted into .plist files using the command TestEditToolPaletteCollection
. this works, and the converted commands and toolbars are there. however, the palette can’t actually be loaded or used.
is there a way to drop a .plist file somewhere such that the palette becomes available?
thanks,
tom