I'm trying to trigger a script to run when a keyframe is set in Maya. I'm currently using scriptJob
's to trigger scripts on the timeChanged
event and when certain attributes change, but I've not found an event for when a keyframe is set.
Is there a way to detect when a keyframe is set in maya and trigger a script to run when this happens?