Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2025 Feb 05 6:41 am)
Let me check that. I do recall an error in that department (finding figure from a part.)
My python page
My ShareCG freebies
Yeow! What an awful script. Must have been the first time I used TKinter. I'll immediately rewrite it.
My python page
My ShareCG freebies
My python page
My ShareCG freebies
Thank you soo much!!! I had just recommended the script to a few others, Now I can inform them it works!! They will thank you also:) One last question, would it be possible to include a selection to zero the whole body at once? The problem was that even after using the Zero figure command FBM's were not getting zeroed. I don't remember who had thaat situation, have to hunt up my post :( On the positive side, I gave the script a quick once over and I like it!!!
I must remember to remember what it was I had to remember.
I think FBM's are not reachable from Python. Let me try it quickly....
My python page
My ShareCG freebies
My python page
My ShareCG freebies
If you want stuff which is animatable (sp?) AND able to be saved to a PZ2 pose file, you're better off not putting it in the valueParms at all. What might be considered the obvious use of a valueParm, i.e. as a control or scaling point for JCM/ERC can also be done with a targetGeom (standard morph) with no deltas and will be saved with all poses that include morph targets. If you're creating full body morphs, you still definitely need to zero out all of the BODY valueParms otherwise their inherited effects will be incorporated into the body part morphs generated. The standard V3 doesn't have any non-zero valueParms on any body part "out of the box".
Verbosity: Profusely promulgating Graham's number epics of complete and utter verbiage by the metric monkey barrel.
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 question is: I hav a V3 loaded with morphs, have the head selected, initilize the script, type in Head, hit go and it works. All dials set to zero. But when I try any other body part I get a Figure not selected error. It's probably something very simple I missed but what?
I must remember to remember what it was I had to remember.