Skip to content

Instantly share code, notes, and snippets.

@rondreas
Created November 20, 2018 16:03
Show Gist options
  • Select an option

  • Save rondreas/6f35fd242358e8f390d478f92d7f2351 to your computer and use it in GitHub Desktop.

Select an option

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