guppy_animation_tools
guppy_animation_tools copied to clipboard
Explore if Slide Animation Keys could be directly integrated into the graph editor
Explore if Slide Animation Keys could be directly integrated into the graph editor, either by docking or by injection. I suspect integrating the tool directly where most animators are looking could be useful.
I was hoping that the new workspaceControl
feature in Maya2018 could help with this. Unfortunately, Autodesk disappoints again.
I was excited when the workspaceControl command documentation had the flags dockToControl
and dockToPanel
. In Maya, both "control" and "panel" have very specific meanings in terms of UI - they basically mean "button" and "window", respectively. Sounds awesome, no? No. Breaking with the rest of the documentation's parlance, Autodesk has used these commands to mean something entirely different, only related to workspace controls.
While Maya does not yet appear to have a direct way of actually listing what workspaceControls exist directly (lsUI
does not have a workspaceControl
flag... why am I not surprised?), these appear to be most of them:
Shelf
ToolSettings
CommandLine
AttributeEditor
ToolBox
Outliner
StatusLine
ChannelBoxLayerEditor
HelpLine
LayerEditor
RangeSlider
ChannelBox
MainPane
TimeSlider
These don't appear to be very helpful for this use case.