Notifications
Clear all
[Closed] using maxscript to switch off mat displacement
Page 2 / 2
Prev
Jul 11, 2011 5:20 pm
going the way of minimalism:
if (mats = getclassinstances Arch___Design__mi).count > 0 do
mats.displacement_map_on = off
Jul 11, 2011 5:20 pm
try (getClassInstances Arch___Design__mi).displacement_map_on = off catch()
Or to apply only to scene materials
try (getClassInstances Arch___Design__mi target:sceneMaterials).displacement_map_on = off catch()
-Johan
Page 2 / 2
Prev