Forum: Poser Python Scripting


Subject: Updating Freazypose 0.10 to work in Poser 12

3dcheapskate opened this issue on May 10, 2022 ยท 27 posts


structure posted Wed, 11 May 2022 at 8:02 PM Forum Coordinator

python 3 can use the print ("%s, %d, %.2f".format(string, integer, floating_point)) just like python 2,
It can also use f-strings 
print(f"{string}, {imteger}, {Floating_point}")

Locked Out