DSQRD opened this issue on Jan 19, 2007 · 7 posts
DSQRD posted Fri, 19 January 2007 at 7:54 AM
I am looking to create my first POSER python script and I'm encountering a killion problems.
What I need python to go is:
at the press of a button;
render the current frame in an animation with the current render settings;
save the resulting .jpg to disk;
increment one frame;
and repeat.
First is this possible in python. ( yes I all ready know about the MAKE MOVIE function in animation but it crashes to often and the lligfhting changes by devine intervention).
Second, within POSER 5, what are the python equivants of render frame, save output, goto next and repeat process.