Hi,
I'm using cmds.vrend to save out vrscenes from maya, but it seems to ignore the camera I'm feeding in the parameters, and uses instead the active camera in maya.
Here is my code :
cmds.vrend(camera=renderCamera)
I tried using the camera shape or the transform, but it keeps on ignoring it.
Am I doing something wrong here ?
Thanks a lot,
Julien
I'm using cmds.vrend to save out vrscenes from maya, but it seems to ignore the camera I'm feeding in the parameters, and uses instead the active camera in maya.
Here is my code :
cmds.vrend(camera=renderCamera)
I tried using the camera shape or the transform, but it keeps on ignoring it.
Am I doing something wrong here ?
Thanks a lot,
Julien
Comment