Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Dec 02 3:16 pm)
Although this may not be an exact match to your problem you may like to take a look at this:-
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.
I am having a problem with my imported BVH files in Poser, in that they contain Forearm Side-Side data when, anatomically, that should remain at zero and any movement like that should be in the Shoulder Twist. My BVH files do contain Shoulder Twist data, so I can't simply transfer the Side-Side data to the Shoulder Twist, the values need to "add."
I imagine that the logic behind a Python script to do this would compare the Forearm Side-Side keyframe values to the Shoulder Twist keyframe values, and then add the Side-Side values (either positive or negative) from the Forearm to the Shoulder Twist, so a Side-Side of, say -30 plus a Twist of +10 would yield a Twist of -20. The Side-Side values would then be all set at zero.
I tried this manually on a few frames and it seems to work, but I was wondering if a Python Script exists for this? (I'll ask this in the Poser forum as well.)
Thanks--Tim