Hi,
since a long time I used this script at Rhino6|VfR4 but now it doesn't work at Rhino7|VfR5. What is wrong here?
-Micha
since a long time I used this script at Rhino6|VfR4 but now it doesn't work at Rhino7|VfR5. What is wrong here?
-Micha
Code:
! _-RunPythonScript ( import rhinoscriptsyntax as rs vray = rs.GetPlugInObject("V-Ray for Rhino") vray.SetSceneValue("/SettingsGI", "secondary_multiplier", 0.8 )
Comment