Skip to content

Instantly share code, notes, and snippets.

@zeffii
Created January 20, 2016 18:25
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/d20581792bf1e2439fdc to your computer and use it in GitHub Desktop.
Save zeffii/d20581792bf1e2439fdc to your computer and use it in GitHub Desktop.
obj = context.object
if not obj:
# show what you want when nothing is selected or active
...
else:
if len(context.selected_objects) > 1:
...
if obj.mode == 'EDIT':
...
elif obj.mode == 'OBJECT':
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment