compas-dev / compas-actions.ghpython_components

Trying to make Grasshopper development version-control friendlier since 1337.
MIT License
39 stars 6 forks source link

Feature request #16

Open obucklin opened 2 weeks ago

obucklin commented 2 weeks ago

Howdy!

I was hoping to implement some GH_Component override methods that only work on compiled components. See this image for reference:

image

This action creates a .ghpy file for the component, which is no longer editable as a python component on the canvas, but allows various overrides. have you guys considered this? Will the new cPython workflow for Rhino8 implement this?

Thanks!

gonzalocasas commented 2 weeks ago

I think the major downside of .ghpy is that it doesn't work on Mac, or to be precise: it used to be that, we haven't tested if .ghpy + rhino 8 works on mac

gonzalocasas commented 2 weeks ago

A quick check seems to indicate that this is still not supported on cpython + rhino 8 for mac:

image