How can I clone an object in 3dsmax by maxscript without showing the popup dialog?
The macro printed in maxscript listener when doing it manually is:
actionMan.executeAction 0 \" 40213\" -- Edit: Clone
maxOps.cloneNodes $ cloneType:# instance newNodes:&nnl
There is a menu to choose the name of the new object, can I assign the name?
I know something like #noPromt
can be used when Importing .3ds
files.
One line solution
Change instance to copy or reference for clone type