Put on your poncho... Batch Render: * Using batch render hurts my brain in so many ways. * You need "active time segment" or "range" selected in the render set up (totally differnt dialog box) if you specify any range of frames in batch render. If its set to single it will render all the frames to a single frame…
i has come bearing gifts (script by stefan-morrell) ( --detatch all elements to objects o = $ while polyOp.getNumFaces $ > 1 do ( p = PolyOp.getElementsUsingFace $ 1 polyOp.detachFaces $ p asNode:true name:"detachedObject01" ) delete o)
I always though it was dumb that 3ds Max doesn't have a separate elements function, like Maya. That is, a button or tool you can use to separate all the elements in an object into their own unique objects that can be edited separately. I have a custom script that lets you do this, but it seems like something that could…