You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an input requires an Enum, it could be nice to have the Grasshopper right-click context menu showing the enum values as a clickable list. That's easily doable via the pManager[i].PopulateWithEnum method.
This could be used as an alternative to the current method of creating the Enum with a separate component.
The text was updated successfully, but these errors were encountered:
When an input requires an
Enum
, it could be nice to have the Grasshopper right-click context menu showing the enum values as a clickable list. That's easily doable via thepManager[i].PopulateWithEnum
method.This could be used as an alternative to the current method of creating the Enum with a separate component.
The text was updated successfully, but these errors were encountered: