FCurve Editor Attributes

View attribute for the FCurve Editor (see View.GetAttributeValue and View.SetAttributeValue).

Note See ViewAttributes for a complete list of types of attributes that you can use when customizing your Relational Views.
Attribute Name Description Supports
snaptogrid Determines whether or not the FCurve editor will use the snap-to-grid feature.

Possible Values:

Description:

'false' (Default) No snapping to grid. Note: Use the string "false", not the binary false.
'true' Use the snap-to-grid feature. Note: Use the string "true", not the binary true.
View.GetAttributeValue and View.SetAttributeValue.
snaptoframe Determines whether or not the FCurve editor will use the snap-to-frame feature.

Possible Values:

Description:

'false' (Default) No snapping to frame. Note: Use the string "false", not the binary false.
'true' Use the snap-to-frame feature. Note: Use the string "true", not the binary true.
View.GetAttributeValue and View.SetAttributeValue.
snapslopes Determines whether or not the slope handles on key points will snap when manipulated.

Possible Values:

Description:

'false' (Default) No snapping slope handles on key points. Note: Use the string "false", not the binary false.
'true' The slope handles on key points will snap when manipulated. Note: Use the string "true", not the binary true.
View.GetAttributeValue and View.SetAttributeValue.
autosnaptoframes Determines whether or not the keys will be kept on frames when scaling regions.

Possible Values:

Description:

'false' (Default) Keys will not be snapped to frames. Note: Use the string "false", not the binary false.
'true' The keys will be kept on frames when scaling regions. Note: Use the string "true", not the binary true.
View.GetAttributeValue and View.SetAttributeValue.