ScriptSpot is a diverse online community of artists and developers who come together to find and share scripts that empower their creativity with 3ds Max. Our users come from all parts of the world and work in everything from visual effects to gaming, architecture, students or hobbyists.
SElect the objects and run the script below. The objects must be Editable Poly objects.
(
local poGetNumFaces = polyop.getNumFaces
local poSetFaceSelection = polyop.setFaceSelection
selObjsArr = selection as arrayif selObjsArr.count != 0 do(for o in selObjsArr where classOf o == Editable_Poly do(
polysCnt = poGetNumFaces o
for f = 1 to polysCnt do(
poSetFaceSelection o #{1..polysCnt}
o.MakePlanarIn #Z selLevel:#Face flag:1))))
Comments
SElect the objects and run
SElect the objects and run the script below. The objects must be Editable Poly objects.
Tools and Scripts for Autodesk 3dsMax