By Aharon Rabinowitz
Published on Monday, December 13th, 2010
Red Giant QuickTip #25: Aligning Particular Motion Paths
Motion paths in Particular can be tricky. Harry Frank brings you this overview of how to set them up, and a foolproof way to align the spline in 3D space with a simple expression.
Expressions used in this tutorial:
Particular Emitter Position XY:
pos = thisComp.layer("Motion Path 1").position.valueAtTime(0);
[pos[0], pos[1]]
Particular Emitter Position Z:
thisComp.layer("Motion Path 1").position.valueAtTime(0)[2]
You can also use THIS PRESET Harry created for AE CS4+, to use (with a try/catch thing so it doesn’t error.)
Learn more about Trapcode Particular HERE.
Tags: Expressions, Particular, Trapcode


April 8th, 2012 at 3:20 am
I really enjoy the article.Thanks Again. Awesome.