Hi,
I'm trying to add a render element via maxscript but I've got a little problem here.
If I use thoses lines:
re = maxOps.GetCurRenderElementMgr()
re.addRenderElement (VRaySelfIllumination elementName"Test_" + (VRaySelfIllumination as String)))
It work perfectly but, if I change my "VRaySelfIllumination" value to "VRayShadow", it doesn't work. It's the only one I cannot add in the render elements. Vlado, is there a problem with this element ??
Forget to say... iy's Vray 1.5 RC2
Thanks!
I'm trying to add a render element via maxscript but I've got a little problem here.
If I use thoses lines:
re = maxOps.GetCurRenderElementMgr()
re.addRenderElement (VRaySelfIllumination elementName"Test_" + (VRaySelfIllumination as String)))
It work perfectly but, if I change my "VRaySelfIllumination" value to "VRayShadow", it doesn't work. It's the only one I cannot add in the render elements. Vlado, is there a problem with this element ??
Forget to say... iy's Vray 1.5 RC2
Thanks!
Comment