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 creating new nodes in a node_editor, would it be possible to allow the location of the pins (input and output) to be user-defined such that they can be located anywhere along the edges of a node? I ran into an issue in my project, where the node hierarchy/network would be more user friendly if the connections would run top-bottom, rather than left-right.
Currently I don't see any workaround for customizing the locations of the input and output pins for a node widget, other than being on the left or right side.
Thank you!
The text was updated successfully, but these errors were encountered:
Unfortunately ImNodes, the backbone of DPG node editor, does not support pins on top/bottom edges. Even at the left/right side, it takes quite an effort to place pins at specific locations/offsets.
Hi,
When creating new nodes in a node_editor, would it be possible to allow the location of the pins (input and output) to be user-defined such that they can be located anywhere along the edges of a node? I ran into an issue in my project, where the node hierarchy/network would be more user friendly if the connections would run top-bottom, rather than left-right.
Currently I don't see any workaround for customizing the locations of the input and output pins for a node widget, other than being on the left or right side.
Thank you!
The text was updated successfully, but these errors were encountered: