-
Camera Moves When Moving Layers
Hi there,
I have a preview that has been approved by the client to a certain degree, I just need to tweak a few things and it’s good to render.
However, I have the following expression on a Null Object, which has the camera linked to it:
timeToStart = 0;
frameToStart = 00;
timeToStop = 1;
frameToStop = 5;
w=wiggle(6,60)d = thisComp.frameDuration;
if ((time > (timeToStart + frameToStart*d)) && (time < (timeToStop + frameToStop*d))){
[value[0],w[1]];
}else{
value;
}Everytime I add a layer above the camera layer, or move the camera and null up the stack or delete a layer above the camera layer within the composition, the position of the camera moves, which I don’t want as the preview has virtually been signed off.
I have even converted the expression to keyframes and even after that the camera moves when moving layers or deleting layers above the camera.
Any ideas? Worst case, i’ll leave it as is but it’d be great to know how to get around it.
Thanks in advance