Just entering the 3ds Max world, and thought I’d try a little scripting.
Figured I use the new BLUR Python tools since Python is more widely accepted.
Trying to get Maxscript across, but not understanding the syntax.
How does the following Maxscript translate to python?
maxOps.cloneNodes $ cloneType:#instance newNodes:&nnl
I thought it might be something like:
mxs.maxOps.cloneNodes ("object2bclonedName") (cloneType = instance, newNodes = &nnl)
But no.
?
Anubis · 2011-08-10