Advertisement
Guest User

selected_decimate

a guest
Feb 15th, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. import bpy
  2. for ob in bpy.context.selected_objects:
  3.     bpy.context.scene.objects.active = ob
  4.     bpy.ops.object.modifier_add(type="DECIMATE")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement