I was given ....................
Macroscript PolyAttachMultiple
Category: "TJ_Modeling"
Tooltip: "Poly Attach Multiple"
(
undo on
(
selectionArray = selection as array;
for obj in selectionArray do
(
convertTo obj PolyMeshObject
)
try
(
for i = 1 to (selectionArray.count - 1) do
polyOp.attach selectionArray[selectionArray.count] selectionArray[i];
)
catch(print "you have attempted to attach incompatible objects")
)
)
I want to install this to my 3ds max and i do not know how to. Anybody
Should i copy and paste it to RUN MAXSCRIPT (which i already tried)
Please let me know. I know hos to install script in MZP file, But the above information, I do not know what to do with it.
Anubis · 2009-07-15