Forum: Poser Python Scripting


Subject: Which Python versions are compatible with Poser?

maur_2005 opened this issue on Dec 28, 2019 ยท 11 posts


adp001 posted Wed, 05 February 2020 at 5:49 AM

No, there is no modul. This is not how things work.

If an editor needs to know about a python modul, the editor must analyse that modul with standard Python methods. This is how PyCharm does it. Any Python modul (lib) imported gets analysed.

Posers Python extension is not a modul as usual. It is closed source and burried deep into Poser itself to protect copyrights. So some information are not extractable. Number or type of functioncall parameters for example. But my script tries the best to extract useful information and write out a library that can be imported like usual (insteed of Poser).

https://www.renderosity.com/mod/forumpro?thread_id=2942414