From 6acc48f3f89e5a7536301b18ff24308ac661d7b2 Mon Sep 17 00:00:00 2001 From: "demeterdzadik@gmail.com" Date: Mon, 28 Aug 2023 18:20:29 +0200 Subject: [PATCH 1/2] Document 105427: Bone relation lines: draw between axis points --- manual/animation/armatures/properties/display.rst | 7 +++++++ manual/editors/3dview/display/overlays.rst | 3 +++ 2 files changed, 10 insertions(+) diff --git a/manual/animation/armatures/properties/display.rst b/manual/animation/armatures/properties/display.rst index 62f20cd98..514430982 100644 --- a/manual/animation/armatures/properties/display.rst +++ b/manual/animation/armatures/properties/display.rst @@ -128,3 +128,10 @@ Axis Position The position for the axes display on the bone. Increasing the value moves it closer to the tip; decreasing moves it closer to the root. + + .. _bpy.types.Armature.relation_line_position: + + Relations + Whether the :ref:`Relationship Lines ` + overlay should be drawn from each parent's tail or head. + The lines are always drawn towards the childrens' heads. diff --git a/manual/editors/3dview/display/overlays.rst b/manual/editors/3dview/display/overlays.rst index 5c14767a4..409ec8e28 100644 --- a/manual/editors/3dview/display/overlays.rst +++ b/manual/editors/3dview/display/overlays.rst @@ -91,6 +91,9 @@ Extras Light Colors Shades the outline of light objects to the color the light produces. + +.. _bpy.types.View3DOverlay.show_relationship_lines: + Relationship Lines Show dashed lines indicating parent or constraint relationships. Outline Selected -- 2.30.2 From 40d60b61ad13e63d1dcc700967c26f7b6c26220f Mon Sep 17 00:00:00 2001 From: "demeterdzadik@gmail.com" Date: Mon, 28 Aug 2023 18:24:32 +0200 Subject: [PATCH 2/2] Fix wrong indentation --- manual/animation/armatures/properties/display.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manual/animation/armatures/properties/display.rst b/manual/animation/armatures/properties/display.rst index 514430982..dcdd7861f 100644 --- a/manual/animation/armatures/properties/display.rst +++ b/manual/animation/armatures/properties/display.rst @@ -131,7 +131,7 @@ Axis .. _bpy.types.Armature.relation_line_position: - Relations - Whether the :ref:`Relationship Lines ` - overlay should be drawn from each parent's tail or head. - The lines are always drawn towards the childrens' heads. +Relations + Whether the :ref:`Relationship Lines ` + overlay should be drawn from each parent's tail or head. + The lines are always drawn towards the childrens' heads. -- 2.30.2