Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Sep 18 2:50 am)
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.
This comes under the "I don't understand python but I know what the tkinter screen would do" category! BTW, If something like this already exists, can you point me to it?
You load in a BVH file. As so often happens, the shoulders are all out of whack.
Mark one frame of this as a "neutral pose".
The script then pretends that "neutral pose" is the zero-figure pose made by the joint editor.
Using the parameter dials, adjust the shoulders so they look right.
Mark that frame as an "adapted pose".
The script pretends that the adjustments you made were to the zero-figure pose. You can now save the adapted pose to the pose library.
The difference between doing this and using the animation graph is that you have a saveable pose representing the adjustments. Say you download a large set of BVH's from a website. Provided that all the BVH's were made for the same rigging, you could correct just one frame of the whole set, and then apply the adapted pose to all of them.