Python Script -> Plugin: A bit lost here

I don’t know why but I can’t figure this out. If I could just load the .py file like I would my C# files I’d be gold.

Hi Keith,

if it’s just a single python script you can still use the RhinoScriptCompiler which is here:

C:\Program Files\Rhino 8\System\RhinoScriptCompiler.exe

For more scripts and in case you want to have an installer containing a PlugIn, toolbar etc, you can use the new _ScriptEditor, build a project and compile it. The process is described here

_
c.

2 Likes

Thanks clement!