Is it possible to have python callbacks invoked when a user does something like select an object, bone, vertex, etc...?
For example, imagine a FK/IK setup where clicking on certain bones trigger the FK/IK switch and other necessary modifications. This isn't precisely what I'm trying to do but it should get the point across.
msgbus– batFINGER Mar 05 '21 at 15:17msgbusworks with context. The other one to look at is a depsgraph update handler which runs a lot. or just remembered this one https://blender.stackexchange.com/questions/160909/handle-vertex-property-changes-with-msgbus-subscribe-rna – batFINGER Mar 05 '21 at 15:39