Forum: Poser Python Scripting


Subject: Can the Poser 7 Pro feature Gamma Correction be emulated in P7 or P6 with Python

MatrixWorkz opened this issue on May 05, 2008 ยท 61 posts


bagginsbill posted Thu, 08 May 2008 at 9:39 AM

So the first step is to stop using the Root node built-in diffuse and specular. We have to do all lighting with discrete nodes.

This is because there is no way to post-process the output of the Root node. (too bad)

So turn off Diffuse_Value and Specular_Value.

Add a Diffuse node and Specular node with the same settings.

Combine those with a Color_Math:Add node.

Plug that into Alternate_Diffuse.

We've not changed the render at all, just the implementation.


Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)