hello, is there a way to completely de-activate a subpatch if it isn’t needed?
my project has 4 “stages” and only one of them are shown at a time.
The problem is, that whilst in debug mode, it shows me that all 4 stages are running at the same time and this causes problems for my CPU.
So, is there a way to deactivate these subpatches?
diki
2
@majortom found a nice way to deactivate calculations here; and you can find the module which does just that right there on my modules page.
hrovac
3
you can also create subpatches dynamically via “create node”
i couldn’t thank you both enough for these suggestions.
hope there are more ways for me to be more efficient!
a further question…
if i use the “createnode”… how can I make sure all the links are in place when i create it?
you have to put the same id than the node/subpatch you want to replace (you can find each node id within the inspektor).