[Bf-docboard-svn] bf-manual: [9350] branches/blender-3.2-release/blender_docs/manual: Animation: Blend To Default Implementation

Aaron Carlisle noreply at blender.org
Wed Jun 8 05:22:00 CEST 2022


Revision: 9350
          https://developer.blender.org/rBM9350
Author:   Blendify
Date:     2022-06-08 05:22:00 +0200 (Wed, 08 Jun 2022)
Log Message:
-----------
Animation: Blend To Default Implementation

rB37b93b5df85c9e7acac989c86cf658bf8a0bc1e5

Modified Paths:
--------------
    branches/blender-3.2-release/blender_docs/manual/editors/graph_editor/fcurves/editing.rst
    branches/blender-3.2-release/blender_docs/manual/interface/controls/buttons/menus.rst

Modified: branches/blender-3.2-release/blender_docs/manual/editors/graph_editor/fcurves/editing.rst
===================================================================
--- branches/blender-3.2-release/blender_docs/manual/editors/graph_editor/fcurves/editing.rst	2022-06-08 03:09:24 UTC (rev 9349)
+++ branches/blender-3.2-release/blender_docs/manual/editors/graph_editor/fcurves/editing.rst	2022-06-08 03:22:00 UTC (rev 9350)
@@ -333,7 +333,7 @@
    :Menu:      :menuselection:`Key --> Slider Operators --> Breakdown`
 
 Moves the selected keyframes to an in between position relative to the adjacent keyframes.
-Drag the mouse left or right to adjust the operator's *Factor* property.
+To use this operator, drag the mouse left or right to adjust the operator's *Factor* property.
 
 Factor
    The amount to favor either the left or the right key. Values less than 0.5 favor the left keyframe,
@@ -351,7 +351,7 @@
 
 Transitions the current keyframe with the neighboring keyframes in the timeline.
 In order for this operator to work, there must be a keyframe before and after the current frame.
-Drag the mouse left or right to adjust the operator's *Blend* property.
+To use this operator, drag the mouse left or right to adjust the operator's *Blend* property.
 
 Blend
    The amount to favor either the left or the right key. Values less than 0.5 favor the left keyframe,
@@ -358,6 +358,28 @@
    values greater than 0.5 favor the right keyframe, a value of 0.5 results in no change.
 
 
+.. _bpy.ops.graph.blend_to_default:
+
+Blend to Default Value
+----------------------
+
+.. reference::
+
+   :Menu:      :menuselection:`Key --> Slider Operators --> Blend to Neighbor`
+
+Transitions the current keyframe towards the property's default value.
+To use this operator, drag the mouse left or right to adjust the operator's *Blend* property.
+
+Blend
+   The amount to favor either the current key or the default value.
+   A value of 0 represents the current key, a value of 1 represents the default value.
+
+.. seealso::
+
+   The :ref:`Reset to Default <bpy.ops.ui.reset_default_button>` operator resets
+   any property to its default value without the need of keyframing.
+
+
 .. _bpy.ops.graph.clean:
 
 Clean Keyframes

Modified: branches/blender-3.2-release/blender_docs/manual/interface/controls/buttons/menus.rst
===================================================================
--- branches/blender-3.2-release/blender_docs/manual/interface/controls/buttons/menus.rst	2022-06-08 03:09:24 UTC (rev 9349)
+++ branches/blender-3.2-release/blender_docs/manual/interface/controls/buttons/menus.rst	2022-06-08 03:22:00 UTC (rev 9350)
@@ -119,6 +119,8 @@
 All
    Include all combinations.
 
+.. _bpy.ops.ui.reset_default_button:
+
 Reset to Default Value(s) :kbd:`Backspace`
    Replaces the current value by the default.
 



More information about the Bf-docboard-svn mailing list