How To Connect the Output of One Object as Input to two different objects in CMD editor using Graphical Connection
Is there any possibility to do that instead of using Link and by using only Graphical Connection.
Answers
There are a few options that come to mind:
1. Edit current object and add additional Graphical Node (via R-Click on Control Module, Add Graphical Node) and code node to use same input as Output1
2. Create a new custom object that has two graphical output nodes. Use the same calculation to write to Output1 and Output2.
3. Create a splitter object that takes the input and passes through the data into two separate output nodes.
4. Instance the original object twice and connect the same input into both.
1. Edit current object and add additional Graphical Node (via R-Click on Control Module, Add Graphical Node) and code node to use same input as Output1
2. Create a new custom object that has two graphical output nodes. Use the same calculation to write to Output1 and Output2.
3. Create a splitter object that takes the input and passes through the data into two separate output nodes.
4. Instance the original object twice and connect the same input into both.
Source: Work w/ CMD
Add new comment