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?
In the Render Scene dialog, from the two radio buttons in the lower left corner, switch to Active Shade. Now you will get the Raytracer tab, which you can use to change the settings as you wish. Then switch back to the Production renderer.