I packaged 4 different effects with 4 containers and then let keyboard_in make the user select the different effects. How do I make the unselected containers stop rendering? Since the document is getting toooooo big and it doesn’t work. Thank you very much!
When you are in perform mode only nodes that are needed for the final output will be rendering. If you are using a Switch or Select TOP to choose which of your effect containers to pull from, then only the one you are pulling from will cook.
If you are looking at the node viewers in designer mode, then you will see them all cooking since you are requesting the outputs for all of them.
1 Like