I got a VRayRender node that uses this post translate script to output to angular map/dome master:
However, when exporting a vrscene file and rendering via standalone this code is ignored.
Is there a workaround?
Cheers,
frank
Code:
from vray.utils import * domeCam=create("CameraDome", "__camera_dome__") domeCam.set("fov", math.pi)
Is there a workaround?
Cheers,
frank
Comment