Forum: Poser Python Scripting


Subject: Alt-click on a Poser parameter dial - can it be scripted?

HartyBart opened this issue on Mar 11, 2021 · 5 posts


adp001 posted Thu, 11 March 2021 at 4:24 PM

No chance.

But – if you write a script (a "PoserAddon") your script will be informed if the user changed to active actor. Then you can set callbacks for all parameters of this actor to get notified if a parameter has changed (just after you released the callbacks in the previous active actor).

Sounds complicated? Not really. Just one or two hundred lines of Code :)

I made something like that for my MQTT script to be able to "sync" several Poser installations on different machines (or with an object in a modeller). And to be able to play with the puppets from outside of Poser over the net.