torsdag den 22. november 2012

Trapcode - Particular 2.2 update

Trapcode - Particular 2.2 update

http://vimeo.com/52099565#

Tuturial Particular 2.2 and Twixtor - Particel man

http://vimeo.com/50713765

mandag den 10. september 2012

Jumpy Hold WIGGLE

//AEENHANCERS.COM
//Lloyd Alvarez

works on one value parameters (fx.Opacity) :

v=wiggle(.2,50);
if(v < 50)v=20;
if(v > 50)v=100;
v

works on two and more value parameters (fx.position) :

fps=.9; //frequency
amount=350;  //amplitude

wiggle(fps,amount,octaves = 1, amp_mult = 0.5,(Math.round(time*fps))/fps);

tirsdag den 8. maj 2012

position XYZ - Value - move only one axe

So i finally figured this one out on my own :-)
it is simple i know, but it is latin for me, and i don't know latin.
it is a tweak from "wiggle in 3d" and pretty simple, and i knew the "value" expresion, but i did'n know the linguistic in how to put it in context. so i think it can be tweaked it to a lot of places, where you want Expresions and "value" inputs at the same time. 

 example (3 axes) - Steady speed Z axe: 

a=value;
b=value;
c=value;
[a[0],b[1],c[2]+(time*160)]
 
 example (2 axes) - Steady speed y axe: 

a=value;
b=value;

[a[0],b[1]+(time*160)] 

fredag den 16. marts 2012

AE - Math - Ramdom number

//http://maltaannon.com/articles/after-effects/the-matrix-raining-code/
(Maltaannon matrix tururial)

In Position (partucular XY position)

Random between 0-49

CODE:

[math.round(random(0,49))*10,0)

Or

[math.floor(random(0,49))*10,0)
AE POSTWORK blog is virtually just a notepad, where I put all the AE expressions up I finde and use, its so I can easily get to them wherever I am and no matter what computer I sit at. I do not write my own expressions, so all expressions on the page is downloaded from the web,or modify versions i found. and tutorials etc.. I will try to credit those who have made expressions if I can.

Now, with tips and tricks for AE & C4D.
No more forgetting the little tricks and tips I found on my road with After Effects, etc.

Sebabba