Advertisement
nux95

Untitled

Dec 1st, 2011
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.24 KB | None | 0 0
  1. # working for Cinema 4D
  2.  
  3. if i_parsed_the_object:
  4.     the_parsed_object[MY_REALLY_ABSOLUTELY_UNIQUE_ID_FROM_PCAFE] = True
  5. # ...
  6. if the_object_to_parse[MY_REALLY_ABSOLUTELY_UNIQUE_ID_FROM_PCAFE]:
  7.     # you already parsed the object
  8.     pass
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement