Hi, Continuing with my simple questions about maxscript, I did myself (not easy for me) this very simple script, to apply an Edit Poly after the Base Object and execute the Quadrify command.
It works great for me, but I want to do it to the entire scene, or all selected objects. But, how to do it?
My script:
(
max modify mode
modPanel.setCurrentObject $.baseObject
macros.run "Modifiers" "EditPolyMod"
macros.run "PolyTools" "Quadrify"
)
By caebrasil · 2011-01-26
Anubis · 2011-01-28
br0t · 2011-01-26