From 2a43c5abeec17a8b45e5faad2008478a6081f6ff Mon Sep 17 00:00:00 2001 From: Christoph Lendenfeld Date: Tue, 12 Sep 2023 10:15:40 +0200 Subject: [PATCH 1/6] renames --- manual/editors/graph_editor/channels/editing.rst | 12 ++++++------ manual/editors/graph_editor/fcurves/editing.rst | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/manual/editors/graph_editor/channels/editing.rst b/manual/editors/graph_editor/channels/editing.rst index d6cfc6400..e3c3300a3 100644 --- a/manual/editors/graph_editor/channels/editing.rst +++ b/manual/editors/graph_editor/channels/editing.rst @@ -198,15 +198,15 @@ Use Preview Range .. _bpy.ops.graph.bake: -Bake Curve +Keys to Samples ========== .. reference:: - :Menu: :menuselection:`Channel --> Bake Curve` + :Menu: :menuselection:`Channel --> Keys to Samples` :Shortcut: :kbd:`Alt-C` -Baking a curve replaces it with a set of sampled points at each full frame. +This operator replaces an F-Curve with a set of sampled points at each full frame. **It is a destructive process that removes the ability to edit the curve**. The main use for this is to reduce the file size with large datasets. Samples are only 1/5th the size per key. The sampled points interpolate linearly on subframes. @@ -214,14 +214,14 @@ The sampled points interpolate linearly on subframes. .. _bpy.ops.graph.unbake: -Un-Bake Curve +Samples to Keys ============= .. reference:: - :Menu: :menuselection:`Channel --> Un-Bake Curve` + :Menu: :menuselection:`Channel --> Samples to Keys` -Unbaking a curve replaces the baked curve with keyframes, adding the ability to edit it. +This operator replaces a sampled F-Curve with keyframes, adding the ability to edit it. It will not recreate the curve as it was before, instead it will place 1 key at every frame. diff --git a/manual/editors/graph_editor/fcurves/editing.rst b/manual/editors/graph_editor/fcurves/editing.rst index a4df4e6a8..bb8ab219c 100644 --- a/manual/editors/graph_editor/fcurves/editing.rst +++ b/manual/editors/graph_editor/fcurves/editing.rst @@ -298,27 +298,27 @@ Mode which controls how much the new decimated curve is allowed to deviate from the original. -.. _bpy.ops.graph.sample: +.. _bpy.ops.graph.bake_keys: -Sample Keyframes +Bake Keyframes ---------------- .. reference:: - :Menu: :menuselection:`Key --> Density --> Sample Keyframes` + :Menu: :menuselection:`Key --> Density --> Bake Keyframes` :Shortcut: :kbd:`Shift-Alt-O` -Sampling a set of keyframes replaces interpolated values with a new keyframe for each frame. +Baking a set of keyframes replaces interpolated values with a new keyframe for each frame. .. list-table:: * - .. figure:: /images/editors_graph-editor_fcurves_editing_sample.png - F-Curve before sampling. + F-Curve before baking. - .. figure:: /images/editors_graph-editor_fcurves_editing_sample2.png - F-Curve after sampling. + F-Curve after baking. .. _bpy.ops.graph.clean: -- 2.30.2 From 84b9c92ba841925c57f262852cfe15461e131ba9 Mon Sep 17 00:00:00 2001 From: Christoph Lendenfeld Date: Tue, 12 Sep 2023 10:17:01 +0200 Subject: [PATCH 2/6] operator renames --- manual/editors/graph_editor/channels/editing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/editors/graph_editor/channels/editing.rst b/manual/editors/graph_editor/channels/editing.rst index e3c3300a3..77c630e79 100644 --- a/manual/editors/graph_editor/channels/editing.rst +++ b/manual/editors/graph_editor/channels/editing.rst @@ -196,7 +196,7 @@ Use Preview Range Ignore frames outside of the preview range. -.. _bpy.ops.graph.bake: +.. _bpy.ops.graph.keys_to_samples: Keys to Samples ========== @@ -212,7 +212,7 @@ The main use for this is to reduce the file size with large datasets. Samples ar The sampled points interpolate linearly on subframes. -.. _bpy.ops.graph.unbake: +.. _bpy.ops.graph.samples_to_keys: Samples to Keys ============= -- 2.30.2 From 261fe31f4cabc08868e06f9b5b706cee80bc42ea Mon Sep 17 00:00:00 2001 From: Christoph Lendenfeld Date: Tue, 12 Sep 2023 10:18:00 +0200 Subject: [PATCH 3/6] title underlines --- manual/editors/graph_editor/channels/editing.rst | 4 ++-- manual/editors/graph_editor/fcurves/editing.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manual/editors/graph_editor/channels/editing.rst b/manual/editors/graph_editor/channels/editing.rst index 77c630e79..48741d528 100644 --- a/manual/editors/graph_editor/channels/editing.rst +++ b/manual/editors/graph_editor/channels/editing.rst @@ -199,7 +199,7 @@ Use Preview Range .. _bpy.ops.graph.keys_to_samples: Keys to Samples -========== +=============== .. reference:: @@ -215,7 +215,7 @@ The sampled points interpolate linearly on subframes. .. _bpy.ops.graph.samples_to_keys: Samples to Keys -============= +=============== .. reference:: diff --git a/manual/editors/graph_editor/fcurves/editing.rst b/manual/editors/graph_editor/fcurves/editing.rst index dbc280024..b7e329681 100644 --- a/manual/editors/graph_editor/fcurves/editing.rst +++ b/manual/editors/graph_editor/fcurves/editing.rst @@ -301,7 +301,7 @@ Mode .. _bpy.ops.graph.bake_keys: Bake Keyframes ----------------- +-------------- .. reference:: -- 2.30.2 From b5e374080b2bc72ffd508caa7a219b1dcbdb7c09 Mon Sep 17 00:00:00 2001 From: Christoph Lendenfeld Date: Tue, 12 Sep 2023 10:32:37 +0200 Subject: [PATCH 4/6] sound to samples --- manual/editors/graph_editor/channels/editing.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/manual/editors/graph_editor/channels/editing.rst b/manual/editors/graph_editor/channels/editing.rst index 48741d528..8bfb00a1a 100644 --- a/manual/editors/graph_editor/channels/editing.rst +++ b/manual/editors/graph_editor/channels/editing.rst @@ -225,16 +225,17 @@ This operator replaces a sampled F-Curve with keyframes, adding the ability to e It will not recreate the curve as it was before, instead it will place 1 key at every frame. -.. _bpy.ops.graph.sound_bake: +.. _bpy.ops.graph.sound_to_sampels: -Bake Sound to F-Curves +Sound to Samples ====================== .. reference:: - :Menu: :menuselection:`Channel --> Bake Sound to F-Curves` + :Menu: :menuselection:`Channel --> Sound to Samples` -The *Bake Sound to F-Curves* operator takes a sound file and uses its sound wave to create the animation data. +The *Sound to Samples* operator takes a sound file and uses its sound wave to create the animation data. +By default this data will not be editable, use *Samples to Keys* to get editable keyframes. Lowest Frequency Cutoff frequency of a high-pass filter that is applied to the audio data. -- 2.30.2 From 4caa184b0f24e100f2f223c685abbd9040394c22 Mon Sep 17 00:00:00 2001 From: Christoph Lendenfeld Date: Tue, 12 Sep 2023 10:33:29 +0200 Subject: [PATCH 5/6] typo --- manual/editors/graph_editor/channels/editing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/editors/graph_editor/channels/editing.rst b/manual/editors/graph_editor/channels/editing.rst index 8bfb00a1a..a1853e971 100644 --- a/manual/editors/graph_editor/channels/editing.rst +++ b/manual/editors/graph_editor/channels/editing.rst @@ -225,7 +225,7 @@ This operator replaces a sampled F-Curve with keyframes, adding the ability to e It will not recreate the curve as it was before, instead it will place 1 key at every frame. -.. _bpy.ops.graph.sound_to_sampels: +.. _bpy.ops.graph.sound_to_samples: Sound to Samples ====================== -- 2.30.2 From d7af5b88085ec37f1b9d6809ba36743e16c0b207 Mon Sep 17 00:00:00 2001 From: Christoph Lendenfeld Date: Tue, 12 Sep 2023 10:38:15 +0200 Subject: [PATCH 6/6] title underline length --- manual/editors/graph_editor/channels/editing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/editors/graph_editor/channels/editing.rst b/manual/editors/graph_editor/channels/editing.rst index a1853e971..52418aaee 100644 --- a/manual/editors/graph_editor/channels/editing.rst +++ b/manual/editors/graph_editor/channels/editing.rst @@ -228,7 +228,7 @@ It will not recreate the curve as it was before, instead it will place 1 key at .. _bpy.ops.graph.sound_to_samples: Sound to Samples -====================== +================ .. reference:: -- 2.30.2