Skip to content

Instantly share code, notes, and snippets.

@rondreas
Created November 20, 2018 16:03
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 rondreas/6f35fd242358e8f390d478f92d7f2351 to your computer and use it in GitHub Desktop.
Save rondreas/6f35fd242358e8f390d478f92d7f2351 to your computer and use it in GitHub Desktop.
snippet for blog post on toggleComponent
class eSelection(object):
""" Enum for selection convertion. """
object = 0
face = 1
edge = 2
vert = 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment