Is there a scriptJob event that will allows me to:

   - detect whenever a change is made in graphEditor
   - and knowing which attribute it has been modified?

I tried using the following:
def ge_track():
    print 'changes made in graph editor'

test = cmds.scriptJob(event=["graphEditorParamCurveSelected", ge_track])

While it does detects whenever I highlighted a said key of an attribute 
(whether did I modify the value or not), but I could not tell which 
attribute it was effected on.

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/a68eb9b8-28de-4aa0-be97-9c4183f4c9f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to