batch create swatch previews?
Posted: Thu Jan 07, 2010 10:55 pm
Is there a simple way to make previews of all maxwell materials in the scene?
The official Maxwell Render public forum. A place to share your latest projects and be inspired by others, or get help and feedback from the Maxwell community
https://forum.maxwellrender.com/
string $materials[] = `ls -type maxwellLayeredMaterial`;
for($mat in $materials)
{
maxwell -renderMatPreview $mat;
}