-
strange thisComp.activeCamera bug?
Just noticing this happening all of a sudden for no reason.
I’m using a simple expression to grab the position of the current active camera in the comp. Like this:
lookAt(position,thisComp.activeCamera.position);However, all of a sudden, now it will disable its self randomly and say “there is no active camera on [some timecode]. Has anyone ever experienced this before? Its a very annoying bug and I’m not sure how to fix it other than hard coding the name of the camera (which I don’t want to do). Any thoughts?