NodeGraphProcessor icon indicating copy to clipboard operation
NodeGraphProcessor copied to clipboard

CustomPortBehaviour With PropertyDrawer

Open dannymate opened this issue 3 years ago • 1 comments

I want my dynamic port creation to have the option for adding the property drawer to the port. Ideally this would be in portdata and/or InputAttribute.

I have a string Input port that gets created dynamically and would like the field to show next to the port as if it had the [ShowAsDrawer] attribute.

dannymate avatar Feb 02 '22 19:02 dannymate

If I create a new port on a node the propertydrawer isn't shown next to the node. More so the property drawers aren't updated and there doesn't seem to be a way to reload a node to force these changes to take effect.

dannymate avatar Feb 10 '22 02:02 dannymate