Filter: Safe | Sun, May 24, 2:57 PM CDT

Renderosity Forums / Poser Python Scripting



Welcome to the Poser Python Scripting Forum

Forum Moderators: Lobo3433, Staff Forum Coordinators: Anim8dtoon

Poser Python Scripting F.A.Q (Last Updated: 2026 Apr 22 10:09 am)

We now have a ProPack Section in the Poser FreeStuff.
Check out the new Poser Python Wish List thread. If you have an idea for a script, jot it down and maybe someone can write it. If you're looking to write a script, check out this thread for useful suggestions.

Also, check out the official Python site for interpreters, sample code, applications, cool links and debuggers. This is THE central site for Python.

You can now attach text files to your posts to pass around scripts. Just attach the script as a txt file like you would a jpg or gif. Since the forum will use a random name for the file in the link, you should give instructions on what the file name should be and where to install it. Its a good idea to usually put that info right in the script file as well.

Checkout the Renderosity MarketPlace - Your source for digital art content!



Subject: ockham .....hmm.......not quite a poser script but......


anxcon ( ) posted Thu, 10 February 2005 at 1:14 PM · edited Sun, 19 April 2026 at 2:52 PM

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


ockham ( ) posted Thu, 10 February 2005 at 1:32 PM

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


anxcon ( ) posted Thu, 10 February 2005 at 7:59 PM

if the pixel is 0R/0G/0B then it just skips that pixel, if checked that way a black background can be ignored cuz a background in an anaglyph pic you want just that, a background endless space behind the object that wont show as the image


ockham ( ) posted Thu, 10 February 2005 at 10:49 PM

Attached Link: http://ockhamsbungalow.com/PPP/Anaglyph11.zip

file_183598.jpg

Try this. The R,G,B limits seem to work right. I'm not convinced that the Ignore Black works, because I couldn't be sure that there was any pure (0,0,0) black in the scene itself!

My python page
My ShareCG freebies


anxcon ( ) posted Fri, 11 February 2005 at 2:18 AM

will test when i wake up n get home thx :) btw all you need to do is set poser background to black heh


Privacy Notice

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.