Hello All,
I am wondering if it is possible to add my own update=def to an existing property?
For instance, I have a node with a standard update event. When I change the color of the node an update() event is fired. What I would like to do is route that update to another def, like bpy properties can.
Does anyone know of a way to install such an override to a class? Perhaps in the init() of the class itself?
Thanks