Hiding nodes

Started by mogn, September 04, 2017, 05:41:22 AM

Previous topic - Next topic

mogn

To understand node networks better:
1: rename nodes according to their actual function in the network.
2: hide unused inputs in the nodes.
Hiding an input can be done in the following way (Dandelo's devise)
Create an internal node value of the input
go upside the node, assign the input node to the output of the internal node.

But if the internal node disturb the function the  network:
delete the internal node.

This works but do not survive after saving the network?

Oshyan

Which aspect "does not survive" after saving? Are you using unique node names?

- Oshyan

mogn

The connection to the lower are breaked
so when you reload the tgc, you must repeat the hiding-

Oshyan

And are you using unique node names?

- Oshyan