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
In order to keep the number of Nodes in the Node tree managable it might be a good idea to create Nodes that change their parameters and functionality with a meta-parameter dropdown menu.
For example in order to implement libraries like numpy or mnp we could have Nodes that each implements a series of functions (e.g. numpy linalg) in a single Node and when the Node is on the Node editor one can choose its specific functionality. This would also show the required parameters. That means that the parameters of the Node would not be individual attributes but widgets inside windows (the windows would be attributes) and teh windows would hide and show according to the Node's functionality
The text was updated successfully, but these errors were encountered:
In order to keep the number of Nodes in the Node tree managable it might be a good idea to create Nodes that change their parameters and functionality with a meta-parameter dropdown menu.
For example in order to implement libraries like numpy or mnp we could have Nodes that each implements a series of functions (e.g. numpy linalg) in a single Node and when the Node is on the Node editor one can choose its specific functionality. This would also show the required parameters. That means that the parameters of the Node would not be individual attributes but widgets inside windows (the windows would be attributes) and teh windows would hide and show according to the Node's functionality
The text was updated successfully, but these errors were encountered: