Forum: Poser Python Scripting


Subject: Toon ID, set with script?

raven opened this issue on Aug 18, 2007 ยท 17 posts


semidieu posted Sun, 19 August 2007 at 5:14 PM

This is duw to the fact that it's a transparent material... I didn't knew that transparent materials are also "Tooned":

It's easily changed:

At the end of the script, search for:

FigAndMat = GenerateFiguresWithMaterials(0)

and replace the value 0 by 1, ie

FigAndMat = GenerateFiguresWithMaterials(1)

Every materials will be shown, even the transparent ones !