Forum: Poser Python Scripting


Subject: A query with materials

Anthony Appleyard opened this issue on Nov 27, 2018 ยท 11 posts


FVerbaas posted Fri, 30 November 2018 at 2:51 PM Forum Coordinator

Grr they messed up the formattting:

inXbutnotinY = list()
   for mat in matsX:
      if not (mat in matsY):
         inXbutnotinY.append(mat)