Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Dec 02 3:16 pm)
Phil, you didn't give it enough time that's all, it'll come to you. ;)
About the meaning of it all I think someone, we can call him God, made some computer programs/games and the ultimate was to have a self supporting character that went on with his business taking care of the place (earth). Bug testing couldn't be done due to the huge project and not too many others around... well we see the result around us. :)
So the question I have is: Does he have a plan B/C/D, a patch, will he redo the whole thing or just tend to other things and forget about 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.
I need to get an extra 0 (zero) in to the output file name. How woould I go about to solve this?
This is the python lines that creates the file name:
LastName = '_Angle%3.2f_Frame%3d.bmp' % (Step,F)
ImageName = PZ3BaseName + LastName
This is what the resulted file name looks like:
anim1.pz3_Angle0.00_Frame 10.png
I had this solved once upon a time but can't for my life find those files or remember how I did it. Am getting too old for this. :(