Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Dec 02 3:16 pm)
I don't do much animation but I'll have to try this out to see the effect. I looked at the script and saw that you had a remark for checking to see if the blink parms are there. It doesn't look like there was any supporting code but that is something you will want add ( or maybe not ;-) ). The reason is that on Vicky2 the parms are called 'EyeBlinkR' and 'EyeBlinkL'. If someone runs the script as is on Vicky2, it will run but won't have an effect. It's pretty easy to implement by just scanning the MT parameters on the head looking for either Blink Left or EyeBlinkL and setting your parmL and parmR accordingly. One thing you can do if you want to post .py files to the free stuff area is put them in a WINZIP archive.
You can also change the extension from .py to .txt and leave instructions in the .py on how to install the file. Free stuff will accept txt files. You can also create a thread here and post the txt file like you would a paicture. Again change the extension name then put commented instructions in the file on how to install the file and rename it.
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.
Attached Link: http://home.talkcity.com/ComputerCt/mrj67/
This is my first post to renderosity. I wrote a simple script to create make a character blink over an animation. This was to learn a little about python and poser. I also noticed that I could not put it into the free stuff because it wouldn't take the py file extension. I put it on a simple web site, you may need to cut and paste it out of the site. Let me know if it is interesting or useful.