Guest User

Untitled

a guest
Jun 23rd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. import bpy
  2.  
  3. bpy.ops.object.mode_set(mode='EDIT')
  4.  
  5. bpy.ops.mesh.select_all(action='SELECT')
  6. bpy.ops.mesh.region_to_loop()
  7. bpy.ops.mesh.select_more()
  8. bpy.ops.mesh.select_more()
  9. bpy.ops.mesh.select_more()
  10. bpy.ops.mesh.select_less()
  11. bpy.ops.mesh.select_less()
  12. bpy.ops.mesh.select_less()
  13. bpy.ops.mesh.delete(type='FACE')
  14.  
  15. bpy.ops.object.mode_set(mode='OBJECT')
Add Comment
Please, Sign In to add comment