On 22/08/2018 at 14:13, xxxxxxxx wrote:
Hello,
Is it possible, with a Python tag or otherwise, to listen for the click of an object's User Data checkbox? I have gotten this to work with the User Data button in the past. I'm looking to run some scripts when the user checks a "Use IK" checkbox.
I tried overriding the "message" method in my Python tag, but I couldn't find any of the attributes for the data object that gets passed as a parameter. In my web searches, it seemed that attributes such as 'descid' only existed for certain types of message data.
Any clarification on how to set this up (and decipher the message data) would be very helpful. Thank you.