Message 1 of 2
How can I register the different processes for each panel obtained by getPanel, timeSliderClearKey and cmds.cutKey(sl = True), into one hotkey?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
TimeSlider doesn't allow me to clear a key by selecting Translate, Rotate, Scale, or X, Y, or Z. That's why I need to call timeSliderClearKey. In the graph editor, I need to call cmds.cutKey(sl = True).
timeSliderClearKey;
import maya.cmds as cmds
cmds.cutKey(sl = True)
So I guess I can use Python command and pymel, but how do I change the hotkey process in getPanel?
Thanks,