chaneditor hscript command
Sets various options of the channel editor.
Usages
chaneditor [options] [-d desktop] pane1 ...
Note | You must specify a valid pane name. If you don’t specify a desk name, the command uses the current desk. |
Options
-d desktop | The name of the desk to change. If not specified, uses the current desk. |
-m 0|1|2 | Sets editor mode (0 = graph, 1 = spreadsheet, 2 = dopesheet). |
-s pattern | Sets scope filter (e.g. *, t?, tx,ty,rx) |
-h float float | Sets the horizontal range. |
-i float float | Sets the maximum horizontal range. |
-a 0|1 | Value handle on/off |
-b 0|1 | Raw value handle on/off |
-c 0|1 | Time mark handle on/off |
-e 0|1 | Time group handle on/off |
-f 0|1 | Slope handle on/off |
-g 0|1 | Segment handle on/off |
-j 0|1 | Scale handle on/off |
-k string | Sets default segment function value. |
-l 0|1|2|3|4 | Sets grid detail level. |
-n 0|1 | Long names on/off |
-o 0|1 | Snap to frame on/off |
-p 0|1 | Raw interpolation on/off |
-q 0|1 | Relative moves on/off |
-r 0|1 | Show attached time groups on/off |
-A 0|1 | Dopesheet auto snap on/off |
-D float | Dopesheet split function |
-F 0|1 | Dopesheet force keys on/off |
-t pattern | Sets template filter (e.g. *, t?, r?s?) |
-u float | Sets handle scale. |
-v 0|1 | Vertical adapt on/off |
-w 0|1 | Minimized scale handle tools on/off |
-x 0|1 | Minimized channel tools on/off |
-y 0|1 | Minimized range gadget on/off |
-z 0|1 | Minimized function gadget on/off |
-G 0|t|x|p | Sets channel chooser mode (0 = hidden, t = tree view only, x = channel groups, p = parameter list). |
Replaced by
Replaced by hou.setDefaultSegmentFunction, hou.ChannelEditorPane.setTemplateFilter, hou.ChannelEditorPane.setEditorMode, hou.ChannelEditorPane.setDisplayFilter, hou.scope.setToParms, hou.ChannelGraphEditor.setScaleHandleValue, hou.ChannelGraphEditor.showAttachedTimeGroups, hou.ChannelGraphEditor.showScaleHandle, hou.ChannelGraphEditor.showSlopeHandle, hou.ChannelGraphEditor.showTimeGroupHandle, hou.ChannelGraphEditor.setMinimizedRangeGadget, hou.ChannelGraphEditor.setMinimizedScaleHandle, hou.ChannelGraphEditor.setMaxHorizontalRange, hou.ChannelGraphEditor.showTimeMarkHandle, hou.ChannelGraphEditor.showRelativeMoves, hou.ChannelGraphEditor.setSnapToFrame, hou.ChannelGraphEditor.showSegmentHandle, hou.ChannelGraphEditor.showValueHandle, hou.ChannelGraphEditor.setGridDetailLevel, hou.ChannelGraphEditor.setMinimizedChannelTools, hou.ChannelGraphEditor.showRawHandle, hou.ChannelGraphEditor.setHorizontalRange, hou.ChannelGraphEditor.setRawInterpolation, hou.ChannelGraphEditor.setVerticalAdapt, hou.ChannelGraphEditor.setMinimizedFunctionGadget, hou.ChannelList.setChannelChooserMode, hou.ChannelList.setShowLongNames, hou.Node.findParms, hou.ChannelDopesheet.setMinimizedRangeGadget, hou.ChannelDopesheet.setForceKeys, hou.ChannelDopesheet.setSplitFraction, hou.ChannelDopesheet.setAutoSnap
