Hi, I’m trying to disable Raytracing in the Maxscript Listener. The Raytracer tab in the Render Scene Dialogue is no longer accessible with Vray 1.5 and we have some errant materials slowing everything down, which I used to be able to turn off.
I thought (OK, I was hoping) if I typed:
raytraceglobalsettings.enable_raytracing = false
raytracing would turn off, but I get this message:
-- Unknown property: "enable_raytracing" in RaytraceGlobalSettings
If I type this though:
showclass "raytraceglobalsettings.*"
.enable_raytracing appears in the list. I’m sure I’m making a very basic error, can anyone help me please?
I thought (OK, I was hoping) if I typed:
raytraceglobalsettings.enable_raytracing = false
raytracing would turn off, but I get this message:
-- Unknown property: "enable_raytracing" in RaytraceGlobalSettings
If I type this though:
showclass "raytraceglobalsettings.*"
.enable_raytracing appears in the list. I’m sure I’m making a very basic error, can anyone help me please?
Comment