Following the instructions, Rhino - Creating Rhino Commands Using Python , when I repeat the process, updating the version string from “1.0.0.1” to “1.0.0.2” in __plugin__.py
and installing from the new RHI, in the relevant PythonPlugins\PluginName (UUID) folder is a folder for each version:
1.0.0.1
1.0.0.2
However, when I start Rhino and run the script commands, the scripts in 1.0.0.1 execute.
Besides not changing the version string with each update, or deleting all but the latest folder after each installation, does anyone have any suggestions on how to get the latest scripts to execute?
Thank you,
Steve