I'm trying to write a tool that requires a few things to happen when or right after a keyframe has been changed in terms of time...
something similar to a "On selected Keyframe's time value change do this..." thing.
I've looked in scriptJob -le and -lc and nothing is of use there, it helps me as far as selecting a keyframe but not when I drag it around in a dope sheet editor...
using keframe -q -r -tc objNameHere; returns the time values of said object's keyframes not whether or not a CHANGE has happened or by how much.
haven't been able to find a way to query the keyframeStats time textField..
kinda stuck
any hints or guides to the right direction would be appreciated.