Linus Ericson
09-30-2003, 05:53 AM
macroScript PolySubDivide
category:"Modeling"
toolTip:"SubDivide on/off"
(
$.surfSubDivide = not $.surfSubDivide
)
That is my script for now that turn on/off subdivide in max.
But it works only with one object selected.
How can I get it to subdivide on/off all objects that are selected.
category:"Modeling"
toolTip:"SubDivide on/off"
(
$.surfSubDivide = not $.surfSubDivide
)
That is my script for now that turn on/off subdivide in max.
But it works only with one object selected.
How can I get it to subdivide on/off all objects that are selected.
