Forum: Poser Python Scripting


Subject: How-to for getting PyCharm to work with Poser?

evanhem opened this issue on Aug 31, 2020 ยท 13 posts


adp001 posted Wed, 02 September 2020 at 1:45 PM

Seems like you misunderstand some fundamental things.

There is no way to connect Poser directly to an external Python editor. The lib mentioned here only supports creating a script without Poser being involved (which is already a great help since the description of the functions is also shown).

The closest thing to your wishes is the Python shell built into Poser. It is not suitable for writing whole scripts, but you can access Poser's elements directly.

The shell can be found in the main menu under Scripts->Python Shell.