Versions: Rhino 7, V-Ray 5
I'm scripting the conversion of a massive library of globeplants.com species from SKP to Rhino and the last step is to apply imported V-Ray materials to Rhino layers. I just cannot find any solid documentation on V-Ray scripting within Rhinoscript and the only limited information is from the V-Ray Script Access page.
Dim vray, materials
Set vray = Rhino.GetPlugInObject("V-Ray for Rhino")
materials = vray.Scene.Materials
I just can't access the Materials array to identify names, indexes and apply to Rhino layers. Would there be any documentation that would provide deeper access to classes, methods, etc.
I'm scripting the conversion of a massive library of globeplants.com species from SKP to Rhino and the last step is to apply imported V-Ray materials to Rhino layers. I just cannot find any solid documentation on V-Ray scripting within Rhinoscript and the only limited information is from the V-Ray Script Access page.
Dim vray, materials
Set vray = Rhino.GetPlugInObject("V-Ray for Rhino")
materials = vray.Scene.Materials
I just can't access the Materials array to identify names, indexes and apply to Rhino layers. Would there be any documentation that would provide deeper access to classes, methods, etc.
Comment