Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Dec 02 3:16 pm)
Unfortunately I'm pretty certain Python doesn't have access to all the necessary information (it would have to be parsed from the CR2s), and certainly doesn't have the ability to set new values other than by writing a new file (either a CR2 or possibly a PZ2), so while still possible, it's not going to be as simple as could be if the API was extended.
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.
The only real hard part is placing the bones and placing the matSpheres, as Poser's 'load morph target' function is perfectly suited to the mesh blending. I have a feeling that this might be a fairly easy task for someone with some Python skills, which I am not.
The controls needed for the UI would be quite simple, as it should just ask for a source figure, a target figure, and a percentage of target to combine with source. If any JCMs could be converted along the way, that would probably be useful as well.