I am learning to use “RhinoScriptCompiler” to compile some automation scripts I have written. Now I can compile a single py file into a rhp file by myself. I want to complete multiple py files into a rhp, multiple commands in a rhp, and so on. Can I add some commands to the py header name to make the compiler recognize it?
@tom33 If you are using Rhino 8, you can create a project in ScriptEditor and publish a plugin from there:
Here is a little more info on the scripting changes in Rhino 8
wrong tom. =)
Uh oh sorry! I was off by +3
Thank you, sir. I have to study it slowly. This is the first time I have come into contact with this document.
I created a py file and saved it as ".rhproj "but I found that the editor couldn’t read it
compliertest.rhc (949 Bytes)
-
Open Project
-
Choose *.rhc files
-
Editor opens the legacy project
-
If any of python scripts contain
#! python 3
, then they will be python 3 scripts.
-
Save Project As, and save to a
.rhproj
file. This is the new project file format. You can discard the.rhc
file then
Very good guide tutorial, because you have the world is better with Mr. Wonderful.