Hello everybody,
I have a python script compiled into a .dll file using IronPython, and a RunScript.py basically calling the function inside my .dll. I managed to create the necessary toolbar for my plugin (using RUI) but now I would like to automatize a little bit the whole process using RHI. I already read a lot of topics and still have few questions. I fear that I am mixing different notions (RhinoPython, RhinoCommand, Command, Plugin, …):
Is the following structure for my .rhi archive correct?
MyPlugin.rhi:
-
plugin_.py: containing plugin’s info
-
MyPlugin.rhp: HOW to get that? Is it my RunScript.py compressed inside?
-
MyPlugin.dll: containing the source code
-
MyPlugin.rui: containing my toolbar
I am referring to this: http://developer.rhino3d.com/guides/rhinocommon/plugin-installers-windows/ and this http://developer.rhino3d.com/guides/rhinopython/creating-rhino-commands-using-python/
Also, is this type of installer available in my case? https://www.youtube.com/watch?v=Zz2UF171mGw
Ideally, if I could speak with somebody in private and then post here a summary, it could be easier for people to find the best solution.
Best regards,
Nathan