an0malaus opened this issue on Aug 12, 2019 ยท 2 posts
adp001 posted Mon, 12 August 2019 at 12:59 PM
I'm using the print function with 2.7 since it is available. Reason: In (old) 2.7 "print" is a statement. It can not be used in an expression. Think of something like this:
print("Enough") if a >10000 else make_more_money() #:)
If Poser changes to 3.x, lots of old scripts should go down (even newest Cinema 4D is still with 2.7 for the same reason). I think Poser will stay with 2.7 for the next few [years|centuries]. What I hope for: A recent version of wxPython. Working with graphics within the actual implementation is a pain in the ass.