2009
4 On the Dope Sheet, click the Edit Ranges button.
5 Adjust the range duration by dragging its endpoints, or its position in
the animation by dragging between endpoints.
For more information, see
Dope Sheet on page 3519.
To select keys in Track View (either mode), do any of the following:
1 Click the key to select an individual key.
2 Drag a selection rectangle around keys to select multiple keys.
3 Hold down the Ctrl key and click to create discontinuous multiple key
selections.
NOTE If you are in Dope Sheet – Edit Ranges mode, you can use Select Time to
select multiple keys.
To delete keys in Track View (either mode):
1 Select keys on the curve, or on the dope sheet.
2 Press the Delete key on the keyboard to delete the selected keys.
To force Track View to always display on a second monitor:
If you are running a dual-monitor setup, you can force Track View to display
on the right-hand monitor by editing a script.
1 Right-click the Curve Editor (Open) icon in the main toolbar, and then
choose Edit Macro Script.
The MAXScript script that opens the Track View – Function Curve Editor
appears.
2 Locate the line that reads:
if (trackviews.open "Track View - Curve Editor" layoutName:"Function
Curve Layout") == true then
3 Replace that line with this one:
max_window = getMaxWindowSize() --get Desktop size if (trackviews.open
"Track View - Curve Editor" layoutName:"Function Curve Layout"
pos:[max_window.x/2,0] height:max_window.y width:(max_window.x/2)
) == true then
Track View | 3507