QuadSpinner / Gaea-Docs

Documentation for QuadSpinner Gaea
http://docs.quadspinner.com
MIT License
6 stars 1 forks source link

Issue with graph cycle and infinite recursion #75

Open alexpanter opened 1 year ago

alexpanter commented 1 year ago

I found an issue with connecting an endnode of a graph as input to an ealier node, which programmatically would cause an infinite recursion. As a result, the application crashed. Perhaps it would be better to make a check for this before connecting nodes, and simply output an error to the user, thereby refusing to make the connection.