this is excerpt from 2010 layerEditor.mel

        scriptJob -compressUndo true -permanent -parent $parentLayout -event
animLayerRebuild ("rebuildAnimLayerEditor(\""+$toolName+"\")");
        scriptJob -compressUndo true -permanent -parent $parentLayout -event
animLayerRefresh ("updateEditorFeedbackAnimLayers(\""+$toolName
+"\")");
        scriptJob -compressUndo true -permanent -parent $parentLayout -event
animLayerAnimationChanged ("onAnimLayersAnimationChanged(\""+$toolName
+"\")");
        scriptJob -compressUndo true -permanent -parent $parentLayout -event
animLayerLockChanged ("onAnimLayersLockChanged(\""+$toolName+"\")");
        scriptJob -compressUndo true -permanent -parent $parentLayout -event
animLayerGhostChanged ("updateEditorFeedbackAnimLayers(\""+$toolName
+"\")");

check out the -event flag values I do not see any of them in the
ScriptJob Docs.
Any idea if there is a list of unpublished events that can be detected
by a script job?

yury

-- 
http://groups.google.com/group/python_inside_maya

Reply via email to