Heya
How to access all the parameters of vray like
REFLECTION FIX DOME
$.dome_visibleOriginal=2
etc etc, I'd like to be able to control stuff like resolution bigger than 2k for dome light maybe specular strenght etc etc. How can I access those parameters?
Thanks.
Scripts:
Fixing Dome Light faced reflections:
$.dome_visibleOriginal=2
Disabling useless tools for VIZ and non animation workflow:
timeSlider.setVisible false
trackbar.visible = false
How to access all the parameters of vray like
REFLECTION FIX DOME
$.dome_visibleOriginal=2
etc etc, I'd like to be able to control stuff like resolution bigger than 2k for dome light maybe specular strenght etc etc. How can I access those parameters?
Thanks.
Scripts:
Fixing Dome Light faced reflections:
$.dome_visibleOriginal=2
Disabling useless tools for VIZ and non animation workflow:
timeSlider.setVisible false
trackbar.visible = false
Comment