AnimGraphLab Beta
UI Parameters Panel Overview

Parameters panel is where properties of the currently selected node are edited. Each node type has a unique set of parameters that control its behavior.

Panel header

When a node is selected, two icons appear in the panel's header:

  • Presets: opens a menu to save, apply, and manage reusable parameter configurations for the selected node. See the Node Presets documentation for more details.
  • Documentation: Opens a dialog with detailed documentation for the selected node type, explaining what each parameter does and how it can be used.

Parameter states

To identify which parameters have been changed from their default values, inputs are visually highlighted.

StateAppearanceDescription
Default
Parameter with its default value.
Modified
Has slightly highlighted outline.
Expression
Parameter is controlled by expression.

Context menu & Actions

Right-clicking (or long-pressing on touch devices) any parameter opens a contextual menu that provides operations for that specific input:

  • Reset to default: reverts the parameter back to its original value.
  • Copy/Paste parameter: creates a reference link. See Parameter referencing.
  • Add/Remove expression: converts the parameter into a formula field. See Expressions.
  • Add/Remove keyframe: in an animation context, lets to lock current value to the timeline.
  • Promote to controller: links parameter to a global Controller node. Used for creating master sliders.

Shortcuts

Reset parameter to its default value
Ctrl
MMB
Copy a parameter to create a reference
AltC
Paste a parameter reference
AltV
Remove a parameter reference
CtrlShift
MMB
Confirm and apply an expression
CtrlEnter
Accept autocomplete suggestion
Tab/Enter

See also