drwhut/decision

Consider adding a convenience function for GUI editors that returns a list of possible nodes.

Closed this issue · 1 comments

For example, if someone is dragging a wire from an output execution socket, the function would return all node definitions with an input execution socket.

Decided against this eventually, as it would mean that GUI editors would not cache the list of nodes. It will probably be best going forward for GUI editors to implement this their own way.