Is it possible that we can't access the GI primary and secondary type via maxscript in Vray 1.47.03 ?
In Vray 1.09, I was able to change the type of theses but in Vray 1.47, it doesn't work
Make this simple test in the maxscript listener:
vr = renderers.current (assign Vray 1.47 to the vr variable)
vr.gi_primary_type = 2 (nothing change in the renderer dialog)
even the multiplier are unaccessible
is there a workaround for this ?
Thanks
In Vray 1.09, I was able to change the type of theses but in Vray 1.47, it doesn't work

Make this simple test in the maxscript listener:
vr = renderers.current (assign Vray 1.47 to the vr variable)
vr.gi_primary_type = 2 (nothing change in the renderer dialog)
even the multiplier are unaccessible

is there a workaround for this ?
Thanks
Comment