-
nested 2 leves problem when keyframing expression not working
Hello, i got 3 comps
1) Mouth -> secuence layers of mouth (7 frames)2) Face -> a mask face video with the “Mouth” precomp in, tracking a null cuz the face video moves and the mouth precomp has “time remaping” linked to a control slider in the Main_comp
3) Main_comp -> a background video with the “Face” precomp inside.
In the Main_comp I have the “Face” Precomp divide in 3 instances because the face spawn in few shoots not the entire timeline besides they follow diferents nulls and i have a null control slider (the mouth has linked to it), the 3 instances Face precomp i make it “freeze frame” and i move the slider and the mouth moves with no problem. but when i keyframe the slider to change the mouth for make it smile when timeline its on face instance 1 and sad in instance 2 etc it dont works, it only works the keyframing when i delete in the 3 instances the “freeze frame”. but if i do that the face moves
i notice the inPoint working better than startTime expression
pls help me, hope u can understand or tellme to correct my english
t = comp("Main_comp").layer("Face").inPoint
comp("Main_comp").layer("control").effect("Slider Control")("Slider").valueAtTime(t+time)
