Interactively change the current frame number
| Parameters: | frame (int in [-300000, 300000], (optional)) – Frame |
|---|
Handle mouse-clicks over animation channels
| Parameters: |
|
|---|
Collapse (i.e. close) all selected expandable animation channels
| Parameters: | all (boolean, (optional)) – All, Collapse all channels (not just selected ones) |
|---|
Delete all selected animation channels
Toggle editability of selected channels
| Parameters: |
|
|---|
Expand (i.e. open) all selected expandable animation channels
| Parameters: | all (boolean, (optional)) – All, Expand all channels (not just selected ones) |
|---|
Clears ‘disabled’ tag from all F-Curves to get broken F-Curves working again
Add selected F-Curves to a new group
| Parameters: | name (string, (optional, never None)) – Name, Name of newly created group |
|---|
Rearrange selected animation channels
| Parameters: | direction (enum in [‘TOP’, ‘UP’, ‘DOWN’, ‘BOTTOM’], (optional)) – Direction |
|---|
Rename animation channel under mouse
Toggle selection of all animation channels
| Parameters: | invert (boolean, (optional)) – Invert |
|---|
Select all animation channels within the specified region
| Parameters: |
|
|---|
Disable specified setting on all selected animation channels
| Parameters: |
|
|---|
Enable specified setting on all selected animation channels
| Parameters: |
|
|---|
Toggle specified setting on all selected animation channels
| Parameters: |
|
|---|
Remove selected F-Curves from their current groups
Make only the selected animation channels visible in the Graph Editor
Toggle visibility in Graph Editor of all selected animation channels
Mark actions with no F-Curves for deletion after save & reload of file preserving “action libraries”
| Parameters: | only_unused (boolean, (optional)) – Only Unused, Only unused (Fake User only) actions get considered |
|---|---|
| File: | startup/bl_operators/anim.py:266 |
Copy the driver for the highlighted button
Add driver(s) for the property(s) connected represented by the highlighted button
| Parameters: | all (boolean, (optional)) – All, Create drivers for all elements of the array |
|---|
Remove the driver(s) for the property(s) connected represented by the highlighted button
| Parameters: | all (boolean, (optional)) – All, Delete drivers for all elements of the array |
|---|
Clear all keyframes on the currently active property
| Parameters: | all (boolean, (optional)) – All, Clear keyframes from all elements of the array |
|---|
Remove all keyframe animation for selected objects
Delete keyframes on the current frame for all properties in the specified Keying Set
| Parameters: |
|
|---|
Delete current keyframe of current UI-active property
| Parameters: | all (boolean, (optional)) – All, Delete keyframes from all elements of the array |
|---|
Remove keyframes on current frame for selected objects
Insert keyframes on the current frame for all properties in the specified Keying Set
| Parameters: |
|
|---|
Insert a keyframe for current UI-active property
| Parameters: | all (boolean, (optional)) – All, Insert a keyframe for all element of the array |
|---|
Insert Keyframes for specified Keying Set, with menu of available Keying Sets if undefined
| Parameters: |
|
|---|
Select a new keying set as the active one
| Parameters: | type (enum in [‘DEFAULT’], (optional)) – Keying Set, The Keying Set to use |
|---|
Add a new (empty) Keying Set to the active Scene
Export Keying Set to a python script
| Parameters: |
|
|---|---|
| File: |
Add empty path to active Keying Set
Remove active Path from active Keying Set
Remove the active Keying Set
Add current UI-active property to current keying set
| Parameters: | all (boolean, (optional)) – All, Add all elements of the array to a Keying Set |
|---|
Remove current UI-active property from current keying set
Paste the driver in the copy/paste buffer for the highlighted button
Clear Preview Range
Interactively define frame range used for playback
| Parameters: |
|
|---|
Update fcurves/drivers affecting Transform constraints (use it with files from 2.70 and earlier)
| Parameters: | use_convert_to_radians (boolean, (optional)) – Convert To Radians, Convert fcurves/drivers affecting rotations to radians (Warning: use this only once!) |
|---|---|
| File: | startup/bl_operators/anim.py:299 |