Forum: Poser Python Scripting


Subject: script to make poser window anaglyph?

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


underdog posted Fri, 04 February 2005 at 11:15 PM

thanks! btw.. that install didn't work out right. I had to create the camfade directory. The ZIP file has this path...

Runtime/Python/poserScripts/Anaglyph

...but the scrypt is looking for this path...

Runtime/Python/poserScripts/camfade/Outputs

It can create one level of directory (Outputs) but not two levels (camfade/Outputs)..

Once I got that figured out, I realized that the "Render()" calls were commented out. Then I had to move the 2nd DrawAll() call so it took place before the render call (the Aux camera was saving the 'display' view).

Now I get the BMP files created with red-blue mixed...

...but! there is still a problem I can't fix. The displayed image isn't showing up in the dialog box. It does create the BMP file and I think it looks pretty good. I can't find my damned 3d glasses! Any of them (h'yuck h'yuck!)... My kids absconded with them, curse their black little souls ... just kidding.

Anyway, I am off to search some more for 3D goggles.. Last time I had to hand make some.. but that is another long story..

===Underdog===