RhinoScriptCompiler_Python

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?

目前解决了多个py文件合成一个rhp文件

@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

1 Like

wrong tom. =)

Uh oh sorry! I was off by +3 :smiley:

3 Likes

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)

3 Likes

Very good guide tutorial, because you have the world is better with Mr. Wonderful.