You've already forked nodeeditor
mirror of
https://github.com/AxioDL/nodeeditor.git
synced 2026-03-30 11:48:31 -07:00
770a1aa9ec
* Node validation and error display implemented * Added option to iterate through nodes in the scene. (Useful to read out data from all the nodes, makes code generation based on the graphs easier.) * Visual error fix for nodes that change size depending on input, plus minor styling and logic fixes in the example, based on the comments of @russelltg * Validation extended to handle warnings, based on the idea of @russeltg ; Error display colors now come from the style system; Additional bugfixes * DefaultStyle.json identation fix * FlowScene.cpp identation fix * Travis build test fix