Forum: Poser Python Scripting


Subject: My first new/old Script for Poser Python: Cams

adp001 opened this issue on Dec 06, 2025 · 13 posts


adp001 posted Sat, 06 December 2025 at 3:57 AM

After a long time, my first new/old Python script: PoserCams

Poser's camera management (on the left screen-side) is a bit outdated for my taste.
My script creates a panel with buttons, each button representing one of the cameras. 
Left-clicking on a button switches to the corresponding camera-view.
Right-clicking displays the parameters for the corresponding camera.
The panel can be docked in the Poser window.

The downside: docking doesn't seem to work properly from time to time, and I can't figure out why. However, this may be due to the fact that Poser doesn't run on Windows for me. It would be nice if someone could provide some feedback on this.

Unzip the contents of the zip file into a separate folder and start the “main.py” file.