Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Sep 18 2:50 am)
@Structure: That does it!
An event with kEventCodeParmChanged is raised the first time you spin a dial after selecting it. It is Not raised when you spin the dial again without first selecting another so there is no deluge of events when the dial is spinned in small steps.
One thing I learned here in experimenting: if you do not add a clearEventCallback() in the code to kill that @#$% event handler you created, the messages of the test script will bug you until you kill Poser. LOL!!. Also it does not react to master dial changes.
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
I am getting on with my MarvelousSynchroniser. I have come to the point that the script puts up a stay-on-top dialog with a button that does trigger the export to (.obj format) and a text box showing the text 'synchronised' after succesful completion. The dialog stays on until dismissed.
I now want to make the text box show whether the figure pose is still as exported, so change to 'click to update' if a parameter of the selected figure is changed.
Is there an example how to do this? : I recall having seen some 'onParameterChange()' somewhere but I cannot find it anymore now.