Activity › Forums › Adobe After Effects › Nested Time-remapped Comps’ error with Keyframing
-
Nested Time-remapped Comps’ error with Keyframing
Brian Charles replied 11 years ago 4 Members · 12 Replies
-
Logan King
May 14, 2015 at 1:42 amSo I am using this code now :
C = comp("Character Head");ctrl = C.layer("Pupil_Master_Control").transform.position;
L = comp("Eye_Right").layer("Right_Pupil_Control");
ctrl.valueAtTime(time+L.startTime)Pupil Master Control is in the main comp called “Character_Head”.
“Eye_Right” is inside “Eyes” which is in the main comp itself.Code gives no error but is a step forward in the sense that now when I am inside the nested comps I can actually see the “Right_Pupil_Control” -the null which controls the pupil – actually MOVE.
BUT for some stupid reason the movement is not updating in the main comp and seems weird.
I even tried purging & preserving nested frame rate through comp’s advanced option but to no avail.
-
Brian Charles
May 14, 2015 at 2:58 am[Logan King] “BUT for some stupid reason the movement is not updating in the main comp and seems weird.”
As Cassius wrote it is due to the time remapping applied to the Eyes composition. Remove it and make the composition longer and extend the elements within the other comps.
See: 8833_noremap.aep.zip
Reply to this Discussion! Login or Sign Up