Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2025 Feb 15 11:01 am)
Actually, I've hard coded them for now, the expressions and features are each in their own separate list(s). But putting them in files is a better idea. I'll have to figure out a good way of doing that. Maybe a JSON formatted file including the figure name and the two lists...
Quote - This sounds like a very good idea!
How do you handle the division of the morphs? Do you store lists of expression and feature morphs in editable text files?
I hope it will be written so as to work in Poser 9 / 2012 and on a Mac. The Mac version of Poser 9 / 2012 does not handle tKinter-based puthon scripts at all in 64-bit mode, and worse in 32-bit node because it makes Poser useless when you try it. At least in 64 mode you just get an error message.
Developers have had success (Shaderworks is one) by avoiding the tKinter mess altogether and updating their scripts in wx Python.
I'm not using any explicit calls to tKinter or wx, but I am using some of the dialog boxes specified in the poser python API. Do you think that will be a problem.
Quote - I hope it will be written so as to work in Poser 9 / 2012 and on a Mac. The Mac version of Poser 9 / 2012 does not handle tKinter-based puthon scripts at all in 64-bit mode, and worse in 32-bit node because it makes Poser useless when you try it. At least in 64 mode you just get an error message.
Developers have had success (Shaderworks is one) by avoiding the tKinter mess altogether and updating their scripts in wx Python.
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.
Hi all,
I've created a script that saves face (.fc2) files such that they contain either feature settings, expression settings or both. This is slightly different from the default face saving behavior in the Poser library in that the default behavior is to save both, which makes it inconvenient to use such faces when they would override your existing expressions or features. Basically it lets you more easilly create face files that you can use to change an expression without changing feature/character settings and vice versa. It will also (optionally) render a thumbnail of the face suitable for usage in the library pallette. So far I've only tried it out for V4 with the standard, ++, and She Freak features, but it's not hard for me to add figures/features if you can give me the names of the face morphs for a given figure.
Anyone interested in me putting this in free stuff? Additional figure support wishlist? Can I get some tester volunteers?
Thanks