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 Sun, 07 December 2025 at 1:07 PM

hborre posted at 11:52 AM Sun, 7 December 2025 - #4502055

I agree. The docking option crashes P14.  Omit the docking option and leave it free-floating.  It is small enough to be ported anywhere on the screen.

Is there any way to integrate the Parameters/Properties panel and make it change every time you select a camera?

You forgot Front and Back cameras?

For Parameters press the right mousebutton.

Add (or remove) the buttons you like in "_Cams.py", Line 29. You can even rearrange the cams in this string if you like. 

This is the original line: 

BTN_NAMES = "Main Face Posing Aux Top Bottom Right Left RHand LHand".split()

Shadow cams won't work.

With Front and Back Camera:

BTN_NAMES = "Main Face Posing Aux Top Bottom Right Left RHand LHand Front Back".split()