[font=Arial]Hello
I just met a problem in my after effects project.
I have a “Main” comp. In this “Main” comp there are different layers and different compositions. I applied a slider to one of the layers. The slider controls the rotation of a layer inside the “Main” comp and it controls the rotation of a layer inside a preComp (the preComp is inside the “Main” comp).
The expression for the layer in the “Main” comp is:
thisComp.layer(“char”).effect(“HeadAngle”)(“Slider”);
The expression for the layer inside the preComp is:
comp(“Main”).layer(“char”).effect(“HeadAngle”)(“Slider”);
When I move the slider the rotation in both layers work fine. BUT when I set keyframes for the slider, only the rotation of the layer directly inside “Main” comp updates. The layer in the preComp doesn’t update anymore.
I am new to expressions maybe I am missing something in my expressions?
Thank you in advance for your help!
Update: I found a thread in the creative cow forums. Its an older post. They were having the same problem but they did not find the reason for the problem : /
[/font]