-
Wiggle Scale X only??
So I’m trying to add an expression where only the X scale value will wiggle, but I get an error.
[wiggle(10,5), value[1]]
The only way I was able to solve this was to add an expression slider, and tie the scale X to the slider, with the wiggle applied to the slider.
[effect(“Slider Control”)(“Slider”), value[1]]
Is this the only way to do it? I’m wondering if wiggle is outputting something that is not a numeric value? Maybe an array or something? I don’t know, I’m confused lol.