-
Wiggle uniform scale of a flipped/non squared ratio layer
I want to wiggle a layer with scale aspect like -23,111 or 23,111 and wiggle keeping the ratio. (like if it was parented to a null that is wiggled)
of course when i use the [0] on both axis the result is squared. and if i use 2 wiggles i dont get synced values.
i guess i need to someway multiply the wiggle result with the scale aspect ratio, but what how can i get the per axis value of that ratio? if there is such thing…
thanks.
w = wiggle(1,5);
x = transform.scale[0]/100;
y = transform.scale[1]/100;
[w[0]*x,w[0]*y]