Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- m = edit_poly()
- for obj in $selection do
- (
- try (
- addmodifier obj (copy m)
- )catch(
- )
- )
- m = turbosmooth()
- m.iterations = 0
- m.renderIterations = 3
- m.useRenderIterations = True
- for obj in $selection do
- (
- try (
- addmodifier obj (copy m)
- )catch(
- )
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement