Hi,
We're rendering some 32bit element channels from 3dsMax using vray 3.10.01. When I specify the output in the "Separate Render Channels" it always adds a dot "." into the filename.
I understand the conventions of this, but I would like to not have it. I've tried adding this code as a pre-render script, but it still adds the dot into the filename.
I see maya vray has an option in the UI,
http://docs.chaosgroup.com/display/V...der+Elements##
Does vray for 3dsmax have a way of preventing this from being added?
We're rendering some 32bit element channels from 3dsMax using vray 3.10.01. When I specify the output in the "Separate Render Channels" it always adds a dot "." into the filename.
e.g. sq_RigTests_shot01_Beauty_v16__RE.VRayVelocity.0100.exr
Code:
nx_vrRenderer=renderers.current if matchpattern (classof nx_vrRenderer as string) pattern:"V_Ray_Adv_3*" then ( nx_vrRenderer.fileName_addDot = false )
http://docs.chaosgroup.com/display/V...der+Elements##
Does vray for 3dsmax have a way of preventing this from being added?
Comment