Forum: Poser Python Scripting


Subject: Need help in antialias in Cartoon mode rendering

Ralf61 opened this issue on Nov 13, 2004 ยท 6 posts


Ralf61 posted Sat, 13 November 2004 at 8:49 AM

I want to render some comic illustration from python in poser. But how can i antialias them as I would do from menu:
Render/Antialias Document

This is what the code in my program looks at the moment:

poser.Scene().AntialiasNow
poser.Scene().DrawAll()
poser.Scene().SaveImage("tif",name)

I Tried to swap antialais and drawall but nothing helped. The image that is saved is not antialised. Thanks for any help!