Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Nov 08 10:28 pm)
My python page
My ShareCG freebies
Phil, just out of curiosity, does P6 finally allow Python to save New Render? I haven't received the box yet.....
My python page
My ShareCG freebies
you can tell poser6 to save your last render or you last 10 renders if you wish and they are cached and still there for export when you reopen the program
Just in case it's not clear, you need to rename the text file to something.PY before using.
My python page
My ShareCG freebies
What about a python script to take the frames of an animation and reverse them, i.e., in a 10 frame animation, 1 becomes 10, 2 becomes 9, 3 becomes 8, and so forth? Is this the kind of thing that could be done using python? Or is there a script already for such? This would be useful for taking - for instance - talking walk designer walk cycle anims and having the figure walk BACKWARDS. No intention to "deviate the thread", as so often happens around here. Thanks in advance. Larry F
Attached Link: http://ockhamsbungalow.com/Music/FrameSkip.zip
Answering both: Not sure why the syntax error. Sometimes these attached texts have formatting problems, sometimes a word processor will mess up the formatting. Indentation is important in Python. (Actually there was a more obvious error in the script, which I also fixed; it wasn't changing frames!) I put the FrameSkip.py and a FrameReverse.py for Larry into this ZIP, which should avoid the formatting problems.My python page
My ShareCG freebies
It's kind of strange to use a ZIP for this purpose, because the ZIP is longer than the files.... but sometimes it's the only way to be sure the package arrives intact!
My python page
My ShareCG freebies
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.
anyone got any ideas for this? i have markdc batchgen, but it uses a draw all method which i suspect from reading the python methods pdf must render each frame. i use long animations to set up dynamic hair and cloth, but only require ever 10 or 15 frames. any help would be appreciated.