Commit Graph

13 Commits

Author SHA1 Message Date
ssit
3d9f4229c1 Fix reroutes updating to wildcards on graph load
The type of reroutes connected to primitive nodes may be lost when the graph is loaded, depending on the configuration order of nodes. Also fixed an error when a primitive widget callback is called and is connected to a reroute without output links.
2023-06-25 14:03:32 -04:00
ssit
c226b2615a Allow primitives to connect to reroutes with type
- Added a check so that reroute nodes won't connect widget inputs with the same type but different configs (e.g. seed and steps).
- The widget property of widget inputs are distributed among every reroute node in the reroute chain, allowing primitives to connect.
2023-06-22 16:49:49 -04:00
ssit
6f54b01954 Fix reroute node connecting different types 2023-06-20 15:25:56 -04:00
mligaintart
dc24d7e2fd Adds orientation settings to reroute nodes, allowing for cleaner
graphes.
2023-04-03 17:47:32 -04:00
omar92
4e43758236 fix bug in reroute node , that didnt allow to load old worflows 2023-04-03 21:27:43 +02:00
flyingshutter
9586de9dc8 fix client freeze on connect reroutes in a circle 2023-04-01 17:30:47 +02:00
pythongosssss
52e74a2bb2 Fixed crash removing nodes
due to output link is still being set but not valid
2023-03-17 17:52:20 +00:00
pythongosssss
c0f5325018 Increase size of node 2023-03-16 21:04:54 +00:00
pythongosssss
37b70d7987 Made node non collapsable
Fixed color of first input link
2023-03-16 14:08:11 +00:00
pythongosssss
97f3c23036 Fix node link colors 2023-03-13 22:11:09 +00:00
pythongosssss
a5d3eb9715 Rewrote reroute node for much better usability 2023-03-13 22:00:37 +00:00
pythongosssss
c23af92baf Redraw node on opt change 2023-03-03 18:48:22 +00:00
pythongosssss
4ef4cf913f Adding built in extensions + example 2023-03-03 18:28:34 +00:00