Anybody have either a quick-n-dirty or highly detailed answer to this? Maybe a fun rabbit hole
Blender API and Rhino APIs are completely different.
However:
- Rhino Inside works in Blender (headless). This I have briefly tested, it should work. Requires a valid Rhino installation.
- In theory you probably could use
bpy
when Blender is built as a Python module, however any code with this cannot be distributed due toGPL v3.0
, and as such is incompatible with Rhino license. Further more there are no pre-built versions ofbpy
against Python 3.9, which Rhino 8 uses.
With a lot of work and writing conversions in both directions you probably could make something, but it is going to be tough to maintain.
Thanks Nathan. I’ll mark this as answered, and leave it to someone smarter and more driven than myself to take on that particular beast, then.
BTW, not sure if I mentioned this in another post already, but I’ve begun my decent into the rabbit hole of your github rhipy
You mean descent?
Awesome! I’ll try keep adding example literate programs like that explain how Rhino APIs work.
1 Like
Indeed I do.