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
Bind node states to GUI elements:
- Dependencies: Node still waiting for an input coming from the upstream
- WV: colored the "in" label in the Node box.
- NV: Show an icon in the inputs on the left
- GM: Grey out nodes that are waiting for dependencies. When clicking on a greyed out step, ask for running all the previous ones.
- Running/Interactive: Node's running state:
- WV: colored NodeStatus text in the Node box
- NV: Show the running status on the toolbar
- GM: Running status on breadcrumb
- Modified: Node is out of date. A combination of a input modified in the node itself && waiting for dependencies
- WV: colored the "out" label in the Node box. The edge will also show that the current output was modified
- NV: Show an icon in the outputs on the right
- GM: Propagate modified downstream
0 commit comments