Announcement
Collapse
No announcement yet.
Log window - clickable messages
Collapse
X
-
Yes yes! PS. To get you through til then run this script and it will load raytrace materials in your material editor.
Code:( deps = #() raytraceMaps = getClassInstances Raytrace for r in raytraceMaps do ( for d in (refs.dependents r) where isKindOf d Material do append deps d ) for i = 1 to 24 do ( medit.putMtlToMtlEditor deps[i] i ) )
Colin Senner
Comment