Quote |
---|
ssjenforcer wrote:
For another scene I am having a similar issue. A camera attached to an object moving through space, and the interior is becoming invisible. |
Another case: moving camera and moving object with the same speed.
The issue will remain in IPR when the camera is updated realtime because during this realtime navigation the scene and the camera is not re-evaluated for each time step. Cinema may provide camera steps information when entire scene is evaluated for each time step and it's expensive for navigation purposes in IPR. So for this reasons only camera current time step position will update during IPR navigation, and this will add some object blur because the scene was read in time steps before, but the camera is updated later with view changes with just one time step.
However, your setup (moving camera + moving object) will work correctly in IPR if you lock the camera changes and reload the scene manually (it will refresh the scene and camera positions with steps). And it will work in Picture Viewer.
But need to upload the fixes into the new release.