Deploy Rhino Toolbar to Firm (via plugin?)

Hi @rjohnson1

One very low-tech way to do it, which has pros and cons. You can run the scripts directly from a network drive. Then all you need to do is share a .rui file with everyone. This would require everyone be on a VPN or something if they’re remote.

The idea is that the button contains a command like this:
!_-RunPythonScript “\server\directory\script.py”

We built out some deployment tools around this concept since Rhino5 and it’s been working pretty well for us since. We have an update button that automatically loads the newest .rui file from the repo and keeps the local Plug-ins folder clean. Lots of things you can do. Just my two cents.

If you want to use the built in Package Manager for a private repository there is a discussion here: Yak for private distribution? - #3 by aske

Cheers! :grinning:

1 Like