[Bf-docboard-svn] bf-manual: [8039] branches/blender-2.93-release/blender_docs/manual/editors/timeline.rst: Animation: move Cycle-Aware Keying to the Keying popover

Aaron Carlisle noreply at blender.org
Mon May 17 20:52:45 CEST 2021


Revision: 8039
          https://developer.blender.org/rBM8039
Author:   Blendify
Date:     2021-05-17 20:52:45 +0200 (Mon, 17 May 2021)
Log Message:
-----------
Animation: move Cycle-Aware Keying to the Keying popover

rBMcaf92a647f763f7fb538a9d9a6a52f7a88cc457e

Modified Paths:
--------------
    branches/blender-2.93-release/blender_docs/manual/editors/timeline.rst

Modified: branches/blender-2.93-release/blender_docs/manual/editors/timeline.rst
===================================================================
--- branches/blender-2.93-release/blender_docs/manual/editors/timeline.rst	2021-05-17 18:39:38 UTC (rev 8038)
+++ branches/blender-2.93-release/blender_docs/manual/editors/timeline.rst	2021-05-17 18:52:45 UTC (rev 8039)
@@ -184,6 +184,8 @@
 
 The *Keying* popover contains options that affect keyframe insertion.
 
+.. _bpy.types.KeyingSetsAll.active:
+
 Active Keying Set
    .. figure:: /images/editors_timeline_keying-sets.png
       :align: right
@@ -198,15 +200,33 @@
    Custom keying sets can be defined in the panels
    :menuselection:`Properties --> Scene --> Keying Sets + Active Keying Set`.
 
+   .. _bpy.ops.anim.keyframe_insert:
+
    Insert Keyframes (plus icon)
       Insert keyframes on the current frame for the properties in the active *Keying Set*.
+
+   .. _bpy.ops.anim.keyframe_delete:
+
    Delete Keyframes (minus icon)
       Delete keyframes on the current frame for the properties in the active *Keying Set*.
 
+.. _bpy.types.ToolSettings.keyframe_type:
+
 New Keyframe Type
    :ref:`keyframe-type` on insertion.
 
+.. _bpy.types.ToolSettings.use_keyframe_cycle_aware:
 
+Cycle-Aware Keying
+   When inserting keyframes into :ref:`trivially cyclic curves <bpy.types.FModifierCycles>`, special handling
+   is applied to preserve the cycle integrity (most useful while tweaking an established cycle):
+
+   - If a key insertion is attempted outside of the main time range of the cycle,
+     it is remapped back inside the range.
+   - When overwriting one of the end keys,
+     the other one is updated appropriately.
+
+
 .. Move to some content to animation?
 .. _bpy.types.ToolSettings.use_keyframe_insert_auto:
 
@@ -248,16 +268,7 @@
 Layered Recording
    Adds a new NLA Track and strip for every loop/pass made over the animation to allow non-destructive tweaking.
 
-Cycle-Aware Keying
-   When inserting keyframes into :ref:`trivially cyclic curves <bpy.types.FModifierCycles>`, special handling
-   is applied to preserve the cycle integrity (most useful while tweaking an established cycle):
 
-   - If a key insertion is attempted outside of the main time range of the cycle,
-     it is remapped back inside the range.
-   - When overwriting one of the end keys,
-     the other one is updated appropriately.
-
-
 Menus
 -----
 



More information about the Bf-docboard-svn mailing list