-
Wiggle expression messes up my Particle World path
Dear community,
I have the following layers:
- big .jpeg file, where after some time the camera moves up
- camera, parented by a null object which controls the XY movement so my jpeg does not distort
- the null object non 3D controlling the camera
- blue solid with particle world on it, combined with a null object to get the 3D particular effect
- and a wiggle slider
The slider controls the wiggle I have added to the Null object which controls the camera movement. However, when I try to wiggle with it (hehe) my Particle World / Particular Effect gets all messed up and the path it is following stutters around.
Adding the wiggle effect to the camera obviously does not work as it is controlled by the null object which is in 2D. Could anybody help me?
wiggle(thisComp.layer("wiggle slider").effect("wiggle(x) control")("Slider"),thisComp.layer("wiggle slider").effect("wiggle(y) control")("Slider"))wiggle expression