Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Sep 18 2:50 am)
Ah. Simple problem, actually. The new version of the walking script assumes the walking figures have actors with internal names lFoot and rFoot. If no such body part can be found, the script assumes it's not a walking figure. Search for 'ActorByInternalName("lFoot")' and 'ActorByInternalName("rFoot")', replace the 'lFoot' and 'rFoot' with the internal names of the feet of your figure, and you're all set. Be sure to replace the lToe and rToe actor names too, they're also used in the V2 version.
The pen is mightier than the sword. But if you literally want to have some impact, use a typewriter
Another tip: create props called rFoot and lFoot, move them to the balls of the feet of the character and parent them to the feet. Simple boxes or spheres work best. Then you can use the original script without modification on every possible figure!
The pen is mightier than the sword. But if you literally want to have some impact, use a typewriter
OK. I think I am going to rename the names on the actual model. Will let you know how it turns out. Don't forget to think about the four footed script. I have a work around for four footed animals, but it is cumbersome. I make props like you said and parent them to left front and right back, and get semi-decent results on the old script.
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.
Got a small problem. I was using this script and was having great succes with it.