-
Simultaneously turning expressions on/off on multiple layers?
Hi guys
I have multiple layers with a “random position” expression on them. Is there a way to simultaneously switch the expression on and off on all layers (32 of them)?
The expression is this one:
seedRandom(index, true)
a = [-10000, 0, -10000];
b = [10000, 0, 10000];random(a, b);
I am a complete idiot when it comes to writing codes and scripts but I was thinking if the expression somehow could be linked to a checkbox effect on a separate null layer? That would really make life much easier.
Crossed fingers
JesperseedRandom(index, true)a = [-10000, 0, -10000];
b = [10000, 0, 10000];random(a, b);