Selecting Function Curves
 
 
 

When you select an fcurve, any modifications you perform are done to only that fcurve. To select fcurves and their associated keys, one of the select tools must be active. You must select an fcurve to be able to select keys on it.

When selected, fcurves are highlighted in white and their keys are the original color of their fcurve; for example, Z parameters for transformations are blue, so the unselected keys on the selected Y fcurve are blue.

Selecting Fcurves or Keys

To select fcurves or keys, use either of the following tools, then click on the fcurves or keys you want to select (see also Selecting Multiple Fcurves):

  • Choose Edit Select Tool, press the Y key, or click the Select icon in the toolbar.

  • Choose Keys Edit Key Tool, press Shift+E, or click its icon in the toolbar.

With the Select tool, you can set different preferences for left and middle mouse button interaction in the Animation Editor Preferences.

Selecting Only Fcurves

To select only fcurves, activate the Select Curve tool, then click on the fcurves you want to select (see also Selecting Multiple Fcurves). The Select Curve tool selects only fcurves without changing the key selection.

  • Choose Edit Select Curve Tool, press the space bar, or click the Select Curve icon in the toolbar.

To select and move only fcurves, activate the Select and Move Curves tool, then click and drag the fcurves you want to move:

  • Choose Edit Select and Move Curves or press the N key.

TipTo keep an fcurve selected while deselecting keys, middle-click+drag around the keys to deselect them or choose Edit Deselect All Keys.

Selecting Multiple Fcurves

There are several ways to select multiple fcurves. First activate the appropriate select tool, then do one of the following:

  • Shift+click the associated parameters in the animation explorer or their fcurves in the graph to add them to the existing selection.

  • Ctrl+click the associated parameters in the animation explorer or their fcurves in the graph to toggle their selection.

  • Drag the mouse pointer across a range of fcurves in the graph; the red selection box indicates the region you are covering. Any curves that pass through the box are selected.

  • Choose Edit Select All Curves from the fcurve editor's toolbar to select all curves currently displayed in the graph.

Deselecting Fcurves

To deselect fcurves, do any of the following:

  • Click in an empty area of the graph. This deselects all fcurves.

    If there were any selected keys on the fcurves before you deselected them, they are "remembered" when you select the fcurves again.

  • Choose Edit Deselect All Curves from the fcurve editor's toolbar or press Ctrl+Shift+A to deselect all fcurves. This does not "remember" selected keys on the fcurves the next time you select them.

  • Ctrl+click to toggle the selected fcurve.

    If there were any selected keys on the fcurves before you deselected them, they are "remembered" when you select the fcurves again.

Setting the Default Selection Tool

By default, the Select tool is active, but you can choose which selection tool you want to be the preferred one.

To set a preference for the selection tool :

  1. Open the Fcurve Editor Preferences editor.

  2. On the Editor page, select the Default Tool:

    • Select Tool — selects both fcurves and keys.

    • Select Curve Tool — selects only fcurves.

    • Select Key Tool — selects only keys.

    • Select and Move Key Tool — selects and moves keys.

Changing the Selection Area around an Fcurve

By default, there is a buffer of 8 pixels around an fcurve in which you can click to select it. Normally, you don't need to change the size of this area, but you can if you like.

To change the selection area around an fcurve:

  1. Make sure you have opened the animation editor (with the fcurve editor displayed) at least once in your Softimage session.

  2. Close Softimage and restart it, but don't open the animation editor yet.

  3. In the script editor, enter and run the following lines (replacing 4 with the number of pixels you want):

    SetUserPref "AE Pick Size", 4
    LogMessage "New AE Pick Size = " & GetUserPref( "AE Pick Size" )
  4. Now open the animation editor.

The selection area around the fcurve should be the number of pixels you set. This new value is now kept as the default area.