Add more information to the "Bake Curve" operator #104533

Merged
Christoph Lendenfeld merged 1 commits from ChrisLend/blender-manual:bake_curve_edit into main 2023-08-11 11:04:30 +02:00
Showing only changes of commit ba7566c55c - Show all commits

View File

@ -206,7 +206,10 @@ Bake Curve
:Menu: :menuselection:`Channel --> Bake Curve` :Menu: :menuselection:`Channel --> Bake Curve`
:Shortcut: :kbd:`Alt-C` :Shortcut: :kbd:`Alt-C`
Baking a curve replaces it with a set of sampled points, and removes the ability to edit the curve. Baking a curve replaces it 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.
.. _bpy.ops.graph.unbake: .. _bpy.ops.graph.unbake:
@ -218,7 +221,8 @@ Un-Bake Curve
:Menu: :menuselection:`Channel --> Un-Bake Curve` :Menu: :menuselection:`Channel --> Un-Bake Curve`
Unbaking a curve replaces the baked curve with an unbaked curve, adding the ability to edit it. Unbaking a curve replaces the baked 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.
.. _bpy.ops.graph.sound_bake: .. _bpy.ops.graph.sound_bake: