[Bf-docboard-svn] bf-manual: [7947] trunk/blender_docs/manual: Add RNA Links

Aaron Carlisle noreply at blender.org
Tue Apr 13 05:21:08 CEST 2021


Revision: 7947
          https://developer.blender.org/rBM7947
Author:   Blendify
Date:     2021-04-13 05:21:08 +0200 (Tue, 13 Apr 2021)
Log Message:
-----------
Add RNA Links

Modified Paths:
--------------
    trunk/blender_docs/manual/animation/armatures/bones/selecting.rst
    trunk/blender_docs/manual/animation/armatures/posing/selecting.rst
    trunk/blender_docs/manual/editors/graph_editor/channels.rst

Modified: trunk/blender_docs/manual/animation/armatures/bones/selecting.rst
===================================================================
--- trunk/blender_docs/manual/animation/armatures/bones/selecting.rst	2021-04-13 03:07:24 UTC (rev 7946)
+++ trunk/blender_docs/manual/animation/armatures/bones/selecting.rst	2021-04-13 03:21:08 UTC (rev 7947)
@@ -24,6 +24,8 @@
 the bone visualization chosen.
 
 
+.. _bpy.ops.armature.select_all:
+
 Selecting Bone Joints
 =====================
 
@@ -113,6 +115,8 @@
   Since "Bone" is still selected, its tip is selected. Thus the root of "Bone.003" remains selected.
 
 
+.. _bpy.ops.armature.select_mirror:
+
 Select Mirror
 =============
 
@@ -126,6 +130,9 @@
 Flip the selection from one side to another.
 
 
+.. _bpy.ops.armature.select_more:
+.. _bpy.ops.armature.select_less:
+
 More/Less
 =========
 
@@ -141,6 +148,8 @@
    Contrast the selection, deselect bones at the boundaries of each selection region.
 
 
+.. _bpy.ops.armature.select_linked():
+
 Linked
 ======
 
@@ -169,6 +178,8 @@
           Its whole chain selected with Linked.
 
 
+.. _bpy.ops.armature.select_hierarchy:
+
 Parent/Child
 ============
 
@@ -183,6 +194,8 @@
    Similar to *Parent*/*Child* but it keeps the active bone in the selection.
 
 
+.. _bpy.ops.armature.select_similar:
+
 Similar
 =======
 

Modified: trunk/blender_docs/manual/animation/armatures/posing/selecting.rst
===================================================================
--- trunk/blender_docs/manual/animation/armatures/posing/selecting.rst	2021-04-13 03:07:24 UTC (rev 7946)
+++ trunk/blender_docs/manual/animation/armatures/posing/selecting.rst	2021-04-13 03:21:08 UTC (rev 7947)
@@ -1,3 +1,4 @@
+.. _bpy.ops.pose.select_all:
 
 *********
 Selecting
@@ -8,6 +9,8 @@
 You can only select *whole bones* in *Pose Mode*, not roots/tips...
 
 
+.. _bpy.ops.pose.select_mirror:
+
 Select Mirror
 =============
 
@@ -21,12 +24,22 @@
 Flip the selection from one side to another.
 
 
+.. _bpy.ops.pose.select_constraint_target:
+
 Constraint Target
 =================
 
+.. admonition:: Reference
+   :class: refbox
+
+   :Mode:      Pose Mode
+   :Menu:      :menuselection:`Select --> Constraint Target`
+
 Todo.
 
 
+.. _bpy.ops.pose.select_linked:
+
 Linked
 ======
 
@@ -33,7 +46,7 @@
 .. admonition:: Reference
    :class: refbox
 
-   :Mode:      Edit Mode
+   :Mode:      Pose Mode
    :Menu:      :menuselection:`Select --> Linked`
    :Hotkey:    :kbd:`L`
 
@@ -55,6 +68,8 @@
           Its whole chain selected with Linked.
 
 
+.. _bpy.ops.pose.select_hierarchy:
+
 Select More/Less
 ================
 
@@ -61,7 +76,7 @@
 .. admonition:: Reference
    :class: refbox
 
-   :Mode:      Edit Mode
+   :Mode:      Pose Mode
    :Menu:      :menuselection:`Select --> Select More/Less`
 
 Parent :kbd:`[`, Child :kbd:`]`
@@ -70,6 +85,8 @@
    Similar to *Parent*/*Child* but it keeps the active bone in the selection.
 
 
+.. _bpy.ops.pose.select_grouped:
+
 Grouped
 =======
 

Modified: trunk/blender_docs/manual/editors/graph_editor/channels.rst
===================================================================
--- trunk/blender_docs/manual/editors/graph_editor/channels.rst	2021-04-13 03:07:24 UTC (rev 7946)
+++ trunk/blender_docs/manual/editors/graph_editor/channels.rst	2021-04-13 03:21:08 UTC (rev 7947)
@@ -88,6 +88,8 @@
 Editing
 =======
 
+.. _bpy.ops.anim.channels_delete:
+
 Delete Channels
 ---------------
 
@@ -107,6 +109,9 @@
    it will delete the selected keyframes.
 
 
+.. _bpy.ops.anim.channels_group:
+.. _bpy.ops.anim.channels_ungroup:
+
 Un/Group Channels
 -----------------
 
@@ -120,6 +125,10 @@
 For example, this helps to group channels that relate a part of an armature to keep the editor more organized.
 
 
+.. _bpy.ops.anim.channels_setting_toggle:
+.. _bpy.ops.anim.channels_enable_toggle:
+.. _bpy.ops.anim.channels_disable_toggle:
+
 Toggle/Enable/Disable Channel Settings
 --------------------------------------
 
@@ -135,6 +144,8 @@
    Todo.
 
 
+.. _bpy.ops.anim.channels_editable_toggle:
+
 Toggle Channel Editability
 --------------------------
 
@@ -147,6 +158,8 @@
 Locks or unlocks a channel for editing.
 
 
+.. _bpy.ops.graph.extrapolation_type:
+
 Extrapolation Mode
 ------------------
 
@@ -159,6 +172,23 @@
 Change the :ref:`extrapolation <editors-graph-fcurves-settings-extrapolation>` between selected keyframes.
 
 
+.. _bpy.ops.graph.hide:
+.. _bpy.ops.graph.reveal:
+
+Show/Hide
+---------
+
+Hide Selected Curves :kbd:`H`
+   Hides the selected curves.
+Hide Unselected :kbd:`Shift-H`
+   Show only the selected curve (and hide everything else).
+Reveal Curves :kbd:`Alt-H`
+   Show all previous hidden curves.
+
+
+.. _bpy.ops.anim.channels_expand:
+.. _bpy.ops.anim.channels_collapse:
+
 Expand/Collapse Channels
 ------------------------
 
@@ -171,17 +201,8 @@
 Expands or collapses selected channels.
 
 
-Show/Hide
----------
+.. _bpy.ops.anim.channels_move:
 
-Hide Selected Curves :kbd:`H`
-   Hides the selected curves.
-Hide Unselected :kbd:`Shift-H`
-   Show only the selected curve (and hide everything else).
-Reveal Curves :kbd:`Alt-H`
-   Show all previous hidden curves.
-
-
 Move
 ----
 
@@ -194,6 +215,8 @@
 or directly to the top/bottom :kbd:`Shift-PageUp`, :kbd:`Shift-PageDown`.
 
 
+.. _bpy.ops.anim.channels_fcurves_enable:
+
 Revive Disabled F-Curves
 ------------------------
 



More information about the Bf-docboard-svn mailing list