Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths28%, 15%, 14%, 13%, 30%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

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

Code Block
languagetext
graphView -zoomValues toggle;

...


// This command adjusts the zoom component to center 

...


// the selected keyframe values in the Graph view.

Additional information

Related commands

...