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
* → Reload all packages : search all packages on the local system
80
82
* → Find Nodes : Open the search tab
81
83
* → Create
82
-
o → Package : Create a new user package
83
-
o → Python Node : Create a new component based on python code
84
-
o → Composite Node : Create a new component based on other components (Macro node)
84
+
85
+
- → Package : Create a new user package
86
+
- → Python Node : Create a new component based on python code
87
+
- → Composite Node : Create a new component based on other components (Macro node)
85
88
86
89
Workspaces
87
90
----------
@@ -137,9 +140,10 @@ The graph of nodes form an expression.
137
140
To evaluate the expression :
138
141
139
142
* Menu → Workspace → Run will evaluate all the graph
140
-
* Context Menu → Run on a particular node will evaluate only the selected node and its dependencies.
143
+
* Context Menu → Run on a particular node will evaluate only the selected node and its parents.
141
144
142
-
If you change a value of a node, the evaluation algorithm will compute only the changed nodes and their dependencies, avoiding to do several times the same computation.
145
+
If you change a value of a node, the evaluation algorithm will compute only the changed nodes and their dependencies,
146
+
avoiding to do several times the same computation.
143
147
144
148
.. deprecated::
145
149
The node contained in a graph can be in different states/ The color of a node depends of its state:
@@ -240,9 +244,9 @@ At any moment, you can use the python interpreter to launch python command or sc
0 commit comments