[Bf-docboard-svn] bf-manual: [8977] branches/blender-3.1-release/blender_docs/manual/editors/graph_editor/fcurves/editing.rst: Blend To Neighbor Implementation

Aaron Carlisle noreply at blender.org
Wed Feb 16 20:48:29 CET 2022


Revision: 8977
          https://developer.blender.org/rBM8977
Author:   Blendify
Date:     2022-02-16 20:48:29 +0100 (Wed, 16 Feb 2022)
Log Message:
-----------
Blend To Neighbor Implementation

rB9085b4a731fd5315eb97c00fc4bbf7c163698ebc

Modified Paths:
--------------
    branches/blender-3.1-release/blender_docs/manual/editors/graph_editor/fcurves/editing.rst

Modified: branches/blender-3.1-release/blender_docs/manual/editors/graph_editor/fcurves/editing.rst
===================================================================
--- branches/blender-3.1-release/blender_docs/manual/editors/graph_editor/fcurves/editing.rst	2022-02-16 19:25:29 UTC (rev 8976)
+++ branches/blender-3.1-release/blender_docs/manual/editors/graph_editor/fcurves/editing.rst	2022-02-16 19:48:29 UTC (rev 8977)
@@ -304,8 +304,8 @@
       which controls how much the new decimated curve is allowed to deviate from the original.
 
 
-Slider Operations
-=================
+Slider Operators
+================
 
 .. _bpy.ops.graph.breakdown:
 
@@ -314,7 +314,7 @@
 
 .. reference::
 
-   :Menu:      :menuselection:`Key --> Slider Operations --> Breakdown`
+   :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.
@@ -324,6 +324,24 @@
    values greater than 0.5 favor the right keyframe, a value of 0.5 results in no change.
 
 
+.. _bpy.ops.graph.blend_to_neighbor:
+
+Blend to Neighbor
+-----------------
+
+.. reference::
+
+   :Menu:      :menuselection:`Key --> Slider Operators --> Blend to Neighbor`
+
+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.
+
+Blend
+   The amount to favor either the left or the right key. Values less than 0.5 favor the left keyframe,
+   values greater than 0.5 favor the right keyframe, a value of 0.5 results in no change.
+
+
 .. _bpy.ops.graph.clean:
 
 Clean Keyframes



More information about the Bf-docboard-svn mailing list