ya i use 2 main scripts with my lowpoly the first is for make all my UV edges hard string $objList[] = `ls -sl -o`;string $uvBorder[];string $edgeUVs[];string $finalBorder[];for ($subObj in $objList) {select -r $subObj;polyNormalPerVertex -ufn true;polySoftEdge -a 180 -ch 1 $subObj;select -r…
I made a feature request on the official 3dsmax forum for improvements to the new smart chamfer modifier; Evenly distributed edges along the chamfer geometry and inset loops along the borders of the new chamfer geometry. /!\ Please vote for this improved smart bevel feature request on the official 3dsmax website here: /!\…
Okay, think I've nearly got it, just stuck on how to get the rotations and translations of an object. Can I use .pos, or is it something keyframe specific? Current script is looking like this: -- 3dsMax to Spring animation export tool/*So, process goes something like this:For every object in the selection... For every…