NoisyMonk
02-07-2011, 04:04 PM
Hi all,
Looking for a quick script to Collapse all Geometry in the scene to their top Modifier - need to do this to speed the scene up a little.
I've looked around abit, but haven't been able to find something that does what I need.
Here's the chicken scratch code I've pieced together, but it doesn't work;
for obj in geometry do
(
obj.maxOps.CollapseNodeTo 1 true
)
Error: -- Unknown property: "maxOps" in ...
Thanks for your help!
Looking for a quick script to Collapse all Geometry in the scene to their top Modifier - need to do this to speed the scene up a little.
I've looked around abit, but haven't been able to find something that does what I need.
Here's the chicken scratch code I've pieced together, but it doesn't work;
for obj in geometry do
(
obj.maxOps.CollapseNodeTo 1 true
)
Error: -- Unknown property: "maxOps" in ...
Thanks for your help!
