Forum: Poser Python Scripting


Subject: Python editor support: New version

adp001 opened this issue on Apr 18, 2020 ยท 29 posts


adp001 posted Mon, 20 April 2020 at 12:57 AM

Don't worry too mutch about Python3. Most Python 2 scripts will run without many changes. And most of the necessary changes can be done with a little script.

You may test it with my lib. This lib is written P3 compatible :) If you use PyCharm, load your own script (with the POSER_FAKE import) and set the interpreter to Python 3. PyCharm will then show you possible errors in the script.