Thanks Immanuel! Your expression is much fancier than mine! 🙂
(On the effects thing… something I link expressions to sliders to make things quick and easy. Only this time I can’t use sliders because the layers is a precomped 3d layer, and effects will force AE to mess up the stacking order.)
I was able to get it working with the expression below…
t=thisComp.layer("MASTER CONTROL").effect("wiggle T")("Slider");
m=thisComp.layer("MASTER CONTROL").effect("wiggle MASTER")("Slider"); w=wiggle(t,m);
point1=thisComp.layer("RIPPLER").transform.position;
point2=transform.position;
d = length(thisComp.layer("RIPPLER").transform.position,transform.position);
p=thisComp.layer("RIPPLER").effect("rippler POWER")("Slider");
r=thisComp.layer("RIPPLER").effect("rippler RANGE")("Slider");
q=p-(p*(d/r));
if (q>0) { z=(w[2])-q }else{ z=(w[2]) }
[w[0], w[1], z]
================================================
YOU can help save TimeSpace. Join the Chronos Protectorate!
https://www.95ers.com
https://www.SpaceAceMedia.com