<bool>maxOps.CloneNodes <&node array>nodes offset:<point3> expandHierarchy:<boolean> cloneType:<enum> actualNodeList:<node array> newNodes:<node array> I think this function should do the trick, for more info look in the help as always :) Found this by using the listener, it actually is helpfull sometimes :P I hope this…
Hey Vig thanks, it's just a little function. I like coding snippets here and there when got the chance. Some of them may eventually grow into more complex scripts.
more complete info can be found here: http://www.kxcad.net/autodesk/Autodesk_MAXScript_Reference_9/interface_maxops.htm search on that page for 'CloneNodes' example code: [php]--Clone the source. result = #() --Instanced copy. maxOps.cloneNodes object_to_clone_here offset:[0,0,0] expandedHierarchy:true cloneType:#instance…