View Single Post
  #3  
Old 07-25-2017, 11:14 AM
pitbool pitbool is offline
Member
 
Join Date: Oct 2012
Posts: 31
yes, that code works by itself - thanks!

For the purposes of our project, just using the following variant:
listOfQuads = []
listOfQuads.append(myTexQuad1)
...
if info.object is in listOfQuads:
print info.object.name
...
Reply With Quote