File: editing.rst

package info (click to toggle)
blender-doc 4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 253,604 kB
  • sloc: python: 13,030; javascript: 322; makefile: 113; sh: 107
file content (300 lines) | stat: -rw-r--r-- 8,104 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300

*******
Editing
*******

.. _bpy.ops.anim.channels_delete:

Delete Channels
===============

.. reference::

   :Menu:      :menuselection:`Channel --> Delete Channels`
   :Shortcut:  :kbd:`Delete`, :kbd:`X`

Removes the selected channels from the current :doc:`action </animation/actions>`.

.. warning::

   Make sure the mouse cursor is hovering over the channel region before using
   the keyboard shortcuts. If it's hovering over the main region, you'll only
   delete the selected keyframes, not the full channels.


.. _bpy.ops.anim.channels_group:
.. _bpy.ops.anim.channels_ungroup:

Un/Group Channels
=================

.. reference::

   :Menu:      :menuselection:`Channel --> Un/Group Channels`
   :Shortcut:  :kbd:`Ctrl-Alt-G`, :kbd:`Ctrl-G`

Un/Groups the selected channels into a collection that can be renamed by double-clicking its name.
Grouping channels helps keep the view more organized.


.. _bpy.ops.anim.channels_setting_toggle:
.. _bpy.ops.anim.channels_setting_enable:
.. _bpy.ops.anim.channels_setting_disable:

Toggle/Enable/Disable Channel Settings
======================================

.. reference::

   :Menu:      :menuselection:`Channel --> Toggle/Enable/Disable Channel Settings`
   :Shortcut:  :kbd:`Shift-W`, :kbd:`Shift-Ctrl-W`, :kbd:`Alt-W`

Toggles, enables, or disables a certain setting for the selected channels:

Protect
   When a channel is protected (closed padlock icon), it can't be edited.
   Instead of pressing :kbd:`Shift-W` and selecting *Toggle*,
   you can also simply press :kbd:`Tab`.
Mute
   When a channel is muted (empty checkbox), it doesn't affect the animation.


.. _bpy.ops.anim.channels_editable_toggle:

Toggle Channel Editability
==========================

.. reference::

   :Menu:      :menuselection:`Channel --> Toggle Channel Editability`
   :Shortcut:  :kbd:`Tab`

Locks or unlocks a channel for editing.


.. _editors-graph-fcurves-settings-extrapolation:
.. _bpy.ops.graph.extrapolation_type:

Extrapolation Mode
==================

.. reference::

   :Menu:      :menuselection:`Channel --> Extrapolation Mode`
   :Shortcut:  :kbd:`Shift-E`

Changes how the curve behaves before its first keyframe and after its last keyframe.

:Constant:
   .. figure:: /images/editors_graph-editor_fcurves_introduction_extrapolate1.png
      :align: right
      :width: 300px

      Constant extrapolation.

   Continue in a straight line, keeping the same value as the first/last keyframe.
   This is the default.

:Linear:
   .. figure:: /images/editors_graph-editor_fcurves_introduction_extrapolate2.png
      :align: right
      :width: 300px

      Linear extrapolation.

   Continue in a straight line, keeping the same slope as on the first/last keyframe.

:Make Cyclic:
   Repeat the whole curve. This works by adding a :ref:`Cycles modifier <bpy.types.FModifierCycles>`.

:Clear Cyclic:
   Remove the above modifier, making the curve non-repeating again.

.. _bpy.ops.graph.fmodifier_add:

Add F-Curve Modifier
====================

.. reference::

   :Menu:      :menuselection:`Channel --> Add F-Curve Modifier`
   :Shortcut:  :kbd:`Shift-Ctrl-M`

Shows a submenu from where you can add a :doc:`modifier </editors/graph_editor/fcurves/modifiers>`
to the active curve. Settings for these modifiers can be found in :menuselection:`Sidebar --> Modifiers`.


.. _bpy.ops.graph.hide:
.. _bpy.ops.graph.reveal:

Show/Hide
=========

Hide Selected Curves :kbd:`H`
   Hides the selected curves.
Hide Unselected :kbd:`Shift-H`
   Hides all curves except the selected ones.
Reveal Curves :kbd:`Alt-H`
   Shows all previous hidden curves.


.. _bpy.ops.anim.channels_expand:
.. _bpy.ops.anim.channels_collapse:

Expand/Collapse Channels
========================

.. reference::

   :Menu:      :menuselection:`Channel --> Expand/Collapse Channels`
   :Shortcut:  :kbd:`NumpadPlus`, :kbd:`NumpadMinus`

Expands or collapses the selected headers.


.. _bpy.ops.anim.channels_move:

Move
====

.. reference::

   :Menu:      :menuselection:`Channel --> Move...`

Lets you reorder the selected channels in the list:

- To the top :kbd:`Shift-PageUp`
- Up one line :kbd:`PageUp`
- Down one line :kbd:`PageDown`
- To the bottom :kbd:`Shift-PageDown`


.. _bpy.ops.anim.channels_fcurves_enable:

Revive Disabled F-Curves
========================

.. reference::

   :Menu:      :menuselection:`Channel --> Revive Disabled F-Curves`

Clears the "disabled" tag from all F-Curves to get broken F-Curves working again.
(A curve is broken if it references a property that doesn't exist.)

.. _bpy.ops.graph.keys_to_samples:

Keys to Samples
===============

.. reference::

   :Menu:      :menuselection:`Channel --> Keys to Samples`
   :Shortcut:  :kbd:`Alt-C`

Switches the selected curves from interpolating between a set of keyframes to using
a sampled value at each full frame.
**This is a destructive process that removes the ability to edit the curve.**
It's mainly used to reduce the file size with large datasets, as samples take up
less space than keyframes.

Between samples (on subframes), the curve interpolates linearly.


.. _bpy.ops.graph.samples_to_keys:

Samples to Keys
===============

.. reference::

   :Menu:      :menuselection:`Channel --> Samples to Keys`

Switches the selected curves from using samples to using keyframes, making them editable.
Note that this creates a keyframe on every frame.


.. _bpy.ops.graph.sound_to_samples:

Sound to Samples
================

.. reference::

   :Menu:      :menuselection:`Channel --> Sound to Samples`

Creates a sampled curve based on a sound file. Use *Samples to Keys* if you need to edit it.

Lowest Frequency
   Cutoff frequency of a high-pass filter that is applied to the audio data.
Highest Frequency
   Cutoff frequency of a low-pass filter that is applied to the audio data.
Attack Time
   Value for the hull curve calculation that tells how fast the hull curve can rise.
   The lower the value, the steeper it can rise.
Release Time
   Value for the hull curve calculation that tells how fast the hull curve can fall.
   The lower the value, the steeper it can fall.
Threshold
   Minimum amplitude value needed to influence the hull curve.

Accumulate
   Only the positive differences of the hull curve amplitudes are summarized to produce the output.
Additive
   The amplitudes of the hull curve are summarized. If *Accumulate* is enabled,
   both positive and negative differences are accumulated.
Square
   Gives the output as a square curve.
   Negative values always result in -1, and positive ones in 1.

   Square Threshold
      All values lower than this threshold result in 0.


.. _bpy.ops.graph.channels_bake:

Bake Channels
=============

.. reference::

   :Menu:      :menuselection:`Channel --> Bake Channels`

Generates new keyframes for the selected curves.

Frame Range
   The range that will be baked. Defaults to the scene range or preview range.
Frame Step
   Distance between keyframes. Can be used to create a keyframe every 10 frames or even every half frame.
Remove Outside Range
   Removes existing keys outside the specified baking range.
Interpolation Type
   The :ref:`interpolation type <editors-graph-fcurves-settings-interpolation>` for the new keys.
Bake Modifiers
   If enabled, the new keyframes are based on the modified curve, and the modifiers get deleted.

   If disabled, the new keyframes are based on the original curve, and the modifiers stay applied.

.. _bpy.ops.graph.euler_filter:

Discontinuity (Euler) Filter
============================

.. reference::

   :Menu:      :menuselection:`Channel --> Discontinuity (Euler) Filter`

Cleans up Euler rotation channels that suffer from :term:`Gimbal Lock`.
The channels of all three euler rotation axes need to be selected for this to work.

.. _bpy.ops.anim.channels_view_selected:

Frame Selected Channels
=======================

.. reference::

   :Menu:      :menuselection:`Channel --> Frame Selected Channels`
   :Shortcut:  :kbd:`NumpadPeriod`

Pans and zooms the view to show all keyframes of the selected curves.
You can also click a channel with :kbd:`Alt-MMB`.