2008-05-08

UVW BOX ONE by ONE

When ever I format my PC, I always forget to back up these maxscripts. Then it takes some precious time to figure out how I wrote it. These three maxscripts are the life savers for "draw in Autocad, render in 3ds Max" kind of people.

Here I'll share them with the rest of the world. (And no more rewriting!)

macroScript UVW_BOX
category:"www.taskisla.com"
toolTip:"UVW BOX"

(
polat = selection as array
for d = 1 to polat.count do
(
select polat[d]
modPanel.addModToSelection (Uvwmap ()) ui:on
polat[d].modifiers[#UVW_Mapping].maptype = 4
)
)

No comments:

Post a Comment

Your comment is greatly appreciated!!!