Forum: Poser Python Scripting


Subject: Script for setting U/V_Scale of image maps in current figure/actor (nearly done)

3dcheapskate opened this issue on Mar 01, 2012 ยท 18 posts


adp001 posted Sat, 03 March 2012 at 11:11 AM

Wrap the material check with try/except. try: mat = actor.Materials() except poser.error: mat = None