I would like to add to that Middle Mouse Button menu two custom buttons which will fire two python scripts. How to do it?
Once you pop the menu up (like you show in your image), click on that tiny grey title bar at the top of the toolbar, then click on the gear icon. Pick New Button. Then you can customize it just like any other button by holding Shift & clicking right mouse button on the button you want to edit.
1 Like
The button command you’ll want is probably
! -runpythonscript “FullPathToScriptInQuotes”
1 Like
Is it possible to copy the Rhino configuration file to have it all the time after the update?