mcneel / rhino.inside

Sample Projects for Rhino.Inside
MIT License
382 stars 169 forks source link

Is it possible to use RhinoInside to compile ghpy components? #278

Open gonzalocasas opened 3 years ago

gonzalocasas commented 3 years ago

This tutorial is of great help to create a distributable ghpy file for a bunch of python components, however, the compilation step needs to happen manually. We would love to be able to automate it. Is it possible somehow to run this compilation step from the command line, perhaps with RhinoInside, or some other trick?

Thanks!