Forum: Poser Python Scripting


Subject: script to make poser window anaglyph?

anxcon opened this issue on Jan 29, 2005 ยท 86 posts


ockham posted Sat, 05 February 2005 at 9:38 PM

It shouldn't be affected by the display size. The mix action just reads two BMP files, skips the header part, then combines the pixels one by one, with red from the Main (RED.BMP) and green and blue from the Aux (GRN.BMP) Red file...r.g.b.r.g.b.r.g.b Grn file...R.G.B.R.G.B.R.G.B Out file...r.G.B.r.G.B.r.G.B It's all PC; if you were on Mac, it wouldn't even begin to work.

My python page
My ShareCG freebies