em3
07-09-2011, 04:57 AM
addmodifier o (ProOptimizer () )
--o.modifiers[#ProOptimizer].Calculate = true
o.modifiers[#ProOptimizer].VertexPercent = 25.0
addmodifier o (smooth () )
o.modifiers[#Smooth].autosmooth = on
o.modifiers[#ProOptimizer].Calculate = true
converttomesh o
If I try to set Calculate to true on a ProOptimizer modifier, it won't work. I discovered by sheer dumb luck that I have to assign another modifier (in this case smooth) and then go back and set Calculate to true.
Is this by design?
--o.modifiers[#ProOptimizer].Calculate = true
o.modifiers[#ProOptimizer].VertexPercent = 25.0
addmodifier o (smooth () )
o.modifiers[#Smooth].autosmooth = on
o.modifiers[#ProOptimizer].Calculate = true
converttomesh o
If I try to set Calculate to true on a ProOptimizer modifier, it won't work. I discovered by sheer dumb luck that I have to assign another modifier (in this case smooth) and then go back and set Calculate to true.
Is this by design?
