Skip to content

Instantly share code, notes, and snippets.

@zeffii
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeffii/9789247 to your computer and use it in GitHub Desktop.
Save zeffii/9789247 to your computer and use it in GitHub Desktop.
# 'me' is defined above.
# remove edge 15
bm.edges.remove(bm.edges[15])
# update if you need to make more edits before returning user to `EDIT_MODE`
# else these edits aren't visible until view is redrawn (usually user rotates or moves)
bmesh.update_edit_mesh(me)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment