Mailing List AE-List@media-motion.tv ? Message #41613
From:
Darby Edelen <dedelen@gmail.com>
Subject:
Re: [AE] Attention Expression Gurus
Date:
Fri, 6 Jan 2012 10:14:37 -0800
To:
After Effects Mail List <AE-List@media-motion.tv>
Dan's expression works great but I often parent my "emitter" null to another null for more complex animations. In any case where the "emitter" Null is parented you'll have to use an expression that doesn't rely on the position property of the Null but rather the rate of change of its absolute world position. Altering Dan's expression this would be:
minSpeed = 0;
maxSpeed = 500;
minParticles = 10;
maxParticles = 1000;
n = thisComp.layer("Null 1"); f = thisComp.frameDuration;
Here's an animation preset that will apply Particular with the required expressions, as well as some expression controls to allow artists to change the variables of the expression on a per-layer basis: