Yannick Hagman
06-25-2008, 03:44 AM
Okay, I linked a particle layer to a null object:
temp = thisComp.layer("Null 1").transform.position;
[temp[0], temp[1]]
However, can anyone explain me what exactly is after effects doing with it, and why I had to rewrite the code? From what I read it stores x and y in an array-variable, right?
May I propose a postpro section?
temp = thisComp.layer("Null 1").transform.position;
[temp[0], temp[1]]
However, can anyone explain me what exactly is after effects doing with it, and why I had to rewrite the code? From what I read it stores x and y in an array-variable, right?
May I propose a postpro section?