Deploy .rhp files across a network of users

There’s a lot of crucial functionality in Rhino that can only be achieved with scripts.

For .py files, these are easy, because you put them on the network and share a toolbar file which has the absolute path pointing to it and you’re done.

But .rhp files need to first be unblocked (something very few Windows users have done) and then drag and dropped into Rhino.

That’s not really optimal when it comes to getting (possibly reluctant) people to try Rhino.

Does anyone have a method for converting .rhp files to .py so they no longer have to be “installed”?

.rhp files could contain other than python scripts - you can compile VB and C# Programs into plugins as well (AFAIK). Also one of the main reasons to use an .rhp is to facilitate installation via drag and drop, as well as ‘protect’ the code from casual inspection/copying…

1 Like

Hello @eobet. Could you please explain how you define absolute path to the .py file from the toolbar level ?

I must admit we never deployed Rhino where I work. It’s just me and one other person who uses it occasionally.

However, you should just be able to just place the .py files anywhere on the network, then hold shift and right click on them and choose the “copy as path” command which appears. Then you paste it where I highlighted:

It works :smiley: ! Thank you @eobet. :slight_smile: