/
graphView

graphView

Description

Sets the graph view properties. The graphView command provides flexible modes for working with keys and curves in the graph view. All of the options listed for this command are also accessible from the Graph view.

Functional area

Interface

Command syntax

Syntax

graphView [-timeFollow boolean] [-valFollow boolean] [-single boolean] [-zoomValues] [-hideUnselected boolean] [-displayMode string] [-showAllClips boolean] [-selectKeys boolean] [-selectTime boolean] [-boxSelect boolean] [-x boolean] [-y boolean] [-z boolean] [-ws boolean] [-optimize boolean] [-pageTime boolean] [-selectOnPrimaryOnly boolean] [-select boolean] [-showGaps boolean] [-setZoom integer integer] [-paintSelect boolean]

Arguments

None

Flags

NameFlag argumentsArgument typeExclusive toComments
timeFollow1booleanTurn on/off time following; graph view focus follows current time
valFollow1booleanTurn on/off value following
single1booleanGraphs only the primary selected node items
zoomValues1integerPoint selection
hideUnselected1booleanShow only selected keys on graph curves
displayMode1stringSwitch graph display mode
showAllClips1boolean
selectKeys1booleanUse mouse for key selection
selectTime1booleanUse mouse for time selection (can be used concurrently with selectKeys)
boxSelect1booleanUse box selection if on, otherwise defaults to in/out toggle
x1booleanShow/hide X graph components
y1booleanShow/hide Y graph components
z1booleanShow/hide Z graph components
ws1boolean
optimize1boolean
pageTime1boolean
selectOnPrimaryOnly1booleanWhen selecting keys, will only select the primary selected module
select1boolean
showGaps
boolean

Return value

void

Examples

graphView -zoomValues toggle;
// This command adjusts the zoom component to center 
// the selected keyframe values in the Graph view.

Additional information

Related commands