Community
Maya Forum
Welcome to Autodesk’s Maya Forums. Share your knowledge, ask questions, and explore popular Maya topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Stereo Camera Rig in Parallel Evaluation

1 REPLY 1
SOLVED
Reply
Message 1 of 2
icapathos
173 Views, 1 Reply

Stereo Camera Rig in Parallel Evaluation

I found an issue with Stereo Camera Rig in Parallel Evaluation.

 

I create a stereo camera rig and set keyframes in translate.

At the moment, Evaluation Mode is set to "Parallel".

Then, turn on "Safe Viewing Volume" and go forward and backward within time slider.

In the condition, Safe Viewing Volume is not following the camera.

 

I set to Evaluation Mode to "DG" and then Safe Viewing Volume is following the camera rig.

So, I suspect that Parallel Evaluation Mode is not working with Stereo Camera Rig.

 

Anyone knows about that or has solution?

Tags (2)
1 REPLY 1
Message 2 of 2
brentmc
in reply to: icapathos

Hi,

The issue is with Cached Playback, not parallel evaluation.

More specicially the stereoRigFrustum node used to draw the safe volume is not marked as a caching point by default.

To fix this you can either:
1) disable cached playback or

2) run the following Python command to mark the stereoRigFrustum node as a caching point.
Note: you would have to do this every time you start Maya

import maya.cmds as cmds
cmds.cacheEvaluator(newFilter='nodeTypes', newFilterParam='types=+stereoRigFrustum', newAction='enableEvaluationCache')

 

Brent McPherson
Principle Engineer

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Technology Administrators


Autodesk Design & Make Report