[Bf-docboard-svn] bf-manual: [8379] trunk/blender_docs/manual: Add rna links for fcurve properties

Aaron Carlisle noreply at blender.org
Sun Sep 12 22:30:03 CEST 2021


Revision: 8379
          https://developer.blender.org/rBM8379
Author:   Blendify
Date:     2021-09-12 22:30:01 +0200 (Sun, 12 Sep 2021)
Log Message:
-----------
Add rna links for fcurve properties

Modified Paths:
--------------
    trunk/blender_docs/manual/animation/keyframes/introduction.rst
    trunk/blender_docs/manual/editors/graph_editor/fcurves/introduction.rst
    trunk/blender_docs/manual/editors/graph_editor/fcurves/sidebar/curve.rst

Modified: trunk/blender_docs/manual/animation/keyframes/introduction.rst
===================================================================
--- trunk/blender_docs/manual/animation/keyframes/introduction.rst	2021-09-12 19:31:30 UTC (rev 8378)
+++ trunk/blender_docs/manual/animation/keyframes/introduction.rst	2021-09-12 20:30:01 UTC (rev 8379)
@@ -70,7 +70,7 @@
    Handle smoothing modes. Yellow: *None*, Cyan: *Continuous Acceleration*.
 
 The method how the three automatic handle types are computed is controlled by
-the per-curve :ref:`Auto Handle Smoothing <graph_editor-auto-handle-smoothing>` setting.
+the per-curve :ref:`Auto Handle Smoothing <bpy.types.FCurve.auto_smoothing>` setting.
 The *None* mode resembles how most other software works and only considers the values
 of the immediately adjacent keys. The *Continuous Acceleration* mode considers the shape
 of the whole curve, which produces smoother results out of the box, but means that changes

Modified: trunk/blender_docs/manual/editors/graph_editor/fcurves/introduction.rst
===================================================================
--- trunk/blender_docs/manual/editors/graph_editor/fcurves/introduction.rst	2021-09-12 19:31:30 UTC (rev 8378)
+++ trunk/blender_docs/manual/editors/graph_editor/fcurves/introduction.rst	2021-09-12 20:30:01 UTC (rev 8379)
@@ -257,7 +257,7 @@
 where Blender automatically determines the curve's slope at each control point.
 The neighboring control points have the most influence of the slope,
 and points further away have a smaller influence. This can be controlled per F-curve with
-the :ref:`Auto Handle Smoothing <graph_editor-auto-handle-smoothing>` properties.
+the :ref:`Auto Handle Smoothing <bpy.types.FCurve.auto_smoothing>` properties.
 
 By using the other, non-automatic modes, you have full manual control over the slope.
 

Modified: trunk/blender_docs/manual/editors/graph_editor/fcurves/sidebar/curve.rst
===================================================================
--- trunk/blender_docs/manual/editors/graph_editor/fcurves/sidebar/curve.rst	2021-09-12 19:31:30 UTC (rev 8378)
+++ trunk/blender_docs/manual/editors/graph_editor/fcurves/sidebar/curve.rst	2021-09-12 20:30:01 UTC (rev 8379)
@@ -18,10 +18,19 @@
 
 Channel Name
    ID Type + Channel name (X Location).
-RNA Path
+
+.. _bpy.types.FCurve.data_path:
+
+Data Path
    RNA Path to property.
+
+.. _bpy.types.FCurve.array_index:
+
 RNA Array Index
    Index to the specific property affected by the F-curve if applicable.
+
+.. _bpy.types.FCurve.color_mode:
+
 Display Color
    The method used to determine the color of the F-curve shown in the Graph editor.
 
@@ -32,7 +41,7 @@
    User Defined
       Define a custom color for the active F-curve.
 
-.. _graph_editor-auto-handle-smoothing:
+.. _bpy.types.FCurve.auto_smoothing:
 
 Handle Smoothing
    Selects the method used to compute :ref:`automatic Bézier handles <editors-graph-fcurves-settings-handles>`
@@ -88,14 +97,25 @@
 
    Active Keyframe panel.
 
+
 Interpolation
    Set the forward :ref:`editors-graph-fcurves-settings-interpolation` for the active keyframe.
-Key Value
+
+.. _bpy.types.Keyframe.co_ui:
+
+Key Frame
+   Set the frame for the active keyframe.
+Value
    Set the value for the active keyframe.
-Frame
-   Set the frame for the active keyframe.
-Left/Right Handle Frame/Value
-   Set the position of the left/right interpolation handle for the active keyframe.
 
-   Type
-      See :ref:`editors-graph-fcurves-settings-handles`.
+.. _bpy.types.Keyframe.handle_left_type:
+.. _bpy.types.Keyframe.handle_right_type:
+
+Left/Right Handle Type
+   See :ref:`editors-graph-fcurves-settings-handles`.
+
+.. _bpy.types.Keyframe.handle_left:
+.. _bpy.types.Keyframe.handle_right:
+
+Frame, Value
+   Set the frame and value for the left/right interpolation handle for the active keyframe.



More information about the Bf-docboard-svn mailing list