Forum: Poser Python Scripting


Subject: Parmatic script error

IsaoShi opened this issue on May 17, 2009 · 7 posts


svdl posted Sun, 17 May 2009 at 10:17 AM

You could encapsulate the for loop in a try-except clause:

    try:
        for mat in materials:
        .... (rest of the code at the same indentation level as the first line after the for statement)
    except:
        pass

    

The pen is mightier than the sword. But if you literally want to have some impact, use a typewriter

My gallery   My freestuff