Guest User

Untitled

a guest
Feb 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. item='MESH'
  2. bpy.ops.object.select_all(action='DESELECT')
  3. bpy.ops.object.select_by_type(type=item)
  4. bpy.ops.object.join()
  5.  
  6. [‘MESH’, ‘CURVE’, ‘SURFACE’, ‘META’, ‘FONT’, ‘ARMATURE’, ‘LATTICE’, ‘EMPTY’, ‘CAMERA’, ‘LAMP’, ‘SPEAKER’]
Add Comment
Please, Sign In to add comment