Document 105427: Bone relation lines: draw between axis points #104536
@ -128,3 +128,10 @@ Axis
|
|||||||
Position
|
Position
|
||||||
The position for the axes display on the bone.
|
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.
|
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 <bpy.types.View3DOverlay.show_relationship_lines>`
|
||||||
|
overlay should be drawn from each parent's tail or head.
|
||||||
|
The lines are always drawn towards the childrens' heads.
|
||||||
|
@ -91,6 +91,9 @@ Extras
|
|||||||
|
|
||||||
Light Colors
|
Light Colors
|
||||||
Shades the outline of light objects to the color the light produces.
|
Shades the outline of light objects to the color the light produces.
|
||||||
|
|
||||||
|
.. _bpy.types.View3DOverlay.show_relationship_lines:
|
||||||
|
|
||||||
Relationship Lines
|
Relationship Lines
|
||||||
Show dashed lines indicating parent or constraint relationships.
|
Show dashed lines indicating parent or constraint relationships.
|
||||||
Outline Selected
|
Outline Selected
|
||||||
|
Loading…
Reference in New Issue
Block a user
I think the leading two spaces can/should be removed here. That can be done when landing the PR.