Forum Moderators: Lobo3433, Staff Forum Coordinators: Anim8dtoon
Poser Python Scripting F.A.Q (Last Updated: 2026 Apr 22 10:09 am)
The part about RGB is clear, from your previous comments about color balance. But what's the Ignore Black choice?
My python page
My ShareCG freebies
Attached Link: http://ockhamsbungalow.com/PPP/Anaglyph11.zip

My python page
My ShareCG freebies
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
ockham, that anaglyph script you made, wondered if you can either add to it, or create a new script has a window that comes up, and it has a pic window and below is a number box, and a check box that says "ignore black" and then a button saying "balance" it takes the "out" pic and edits it with the following (this isnt correct code lol just showin what i want) round valuebox up to full number //7.5 becomes 8 load pixel (R, G, B) if R < valuebox then ...R = valuebox if (G+B) < valuebox then ...(no time today to think, add to B and G so it keeps same ratio, ie 0B/10G = 0B/20G if valuebox = 0 or 10B/10G becomes 15B/15G, just so B and G stay same ratio and the total of B+G=valuebox in end) loop to top until all pixels finished save done