Hello,
I'm trying to write a python script to perform some repetitive actions, but I am struggling with the V-Ray Script Access Documentation (https://docs.chaos.com/display/VRHIN...+Script+Access).
I'd like to perform the following actions for each item in a list of material names:
I'm trying to write a python script to perform some repetitive actions, but I am struggling with the V-Ray Script Access Documentation (https://docs.chaos.com/display/VRHIN...+Script+Access).
I'd like to perform the following actions for each item in a list of material names:
- Create a new material duplicated from a template material
- Rename the new material
- Swap it's diffuse bitmap for a new bitmap from a list
Comment