Forum: Poser Python Scripting


Subject: multiple render with a script ?

kyo opened this issue on Oct 13, 2003 ยท 5 posts


ockham posted Mon, 13 October 2003 at 12:49 PM

As has been discussed before, part of the action can be automated, but the saving to disk -- when the render is done to a New Window -- can't be automated. So it's really not worth automating. ------------------------------- Incidentally, I made some progress on solving that problem with an external EXE, but ran into an obstacle that I couldn't get past. I'm tempted to post the partial solution here, with the C code, so that somebody might be able to fix it. The EXE locates Poser's "Render n" windows and saves them to disk, but the save includes the non-client area of the window and doesn't scroll. I suspect the reason why Poser always scrolls the client area is exactly to prevent this kind of external reading; the full image may not be contained in the HWND. But this is only a suspicion......

My python page
My ShareCG freebies