ScriptSpot

Forum topic · General Scripting

Convert Multi/Sub Object

By dmhokie · 2015-10-29

Description

Is there a way to quickly convert all sub-materials in a Multi/Sub-Object to either standard or VRay materials? Using VRay scene converter only seems to change the material to VRay if it is a single material, and not sub materials.

Comments (2)

roosterMAP · 2015-11-19

Not that I know of. I would look through every numsub of the multimat and reinitialize each cell with a new stardard material.

Just save what you want from what is currently in each cell (name, diffuse color, spec...) and use the constructors to create a new standard/vray material.