-
Rotation expression won’t animate
Hello there,
I have a problem. I have two compositions. The main composition and a sub composition.
In each of the composition there is a 3d camera with a cam ctrl layer. I have connected the cam control layer of the sub composition to the cam ctrl layer of the main composition.
So, I control the camera with the cam ctrl layer in the main composition.
Everything works fine so far. But when I try to animate the cam ctrl layer in the main composition and I set keys, it won´t work. No animation.Can somebody help me out?
Thank you so much in advance.
AnjaThis is the expression that I am using on the cam ctrl layer in the sub composition:
comp("SCENES 1-10").layer("CAM ctrl").transform.xRotation
comp("SCENES 1-10").layer("CAM ctrl").transform.yRotation
comp("SCENES 1-10").layer("CAM ctrl").transform.zRotation
