Skip to content

Instantly share code, notes, and snippets.

@NiklasRosenstein
Created February 28, 2016 20:04
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save NiklasRosenstein/4333801e9ba77e1667b8 to your computer and use it in GitHub Desktop.
Save NiklasRosenstein/4333801e9ba77e1667b8 to your computer and use it in GitHub Desktop.
ident = 5159
import c4d
print "************"*4
print "Results for", ident
for key, value in vars(c4d).iteritems():
if value == ident:
print(key)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment