PoserPython Modules and Classes Listing

PoserPython consists of hundreds of custom methods, and Bondware, Inc. is continually updating the list of available methods. The Python documentation is accessible through the Poser application, using the Python Shell.

Poser 13 currently uses Python version 3.7.9. Scripts written in earlier versions of Poser (especially Python version 2.7 or earlier) may no longer work.

For additional tips and tricks, or to help other Python scripters, visit the  Poser Python Scripting forum on Renderosity.

To open the Python shell documentation:

  1. In Poser, choose Scripts > Python Shell. The Python Shell window opens.
  2. At the >>> prompt, enter import pydoc and press Enter.
  3. At the next >>> prompt, enter pydoc.browse (1521) and press Enter.

Python Shell Entries

Your browser window will open a page that lists all of the Python modules. From the Built-In Modules category, click poser.

Python Documentation in Browser Window.

The classes section will display all of the built-in object classes available in Poser.

Poser Python classes in Browser Window.

© 2020-2023 Bondware, Inc. Last updated November 07, 2024