Fix #104729 (3D Viewport's Wire Color option "Single" changed to "Theme") #104756

Merged
Matthew Hinson merged 1 commits from Matthew-Hinson/blender-manual:wire-color-update into main 2024-03-29 16:56:50 +01:00
Showing only changes of commit 3080731eef - Show all commits

View File

@ -25,10 +25,11 @@ Pressing :kbd:`Shift-Z` switches between the current shading mode and Wireframe.
.. _bpy.types.View3DShading.wireframe_color_type:
Wire Color
How the wireframes are colored. This affects the object outline, wireframe overlay, and wireframe shading mode.
How wireframes are colored. This affects the Wireframe shading mode and overlay.
:Single:
All objects get shaded using the same single color.
:Theme:
Use the *Active Object*, *Wire*, or *Wire Edit* :doc:`theme color </editors/preferences/themes>`
based on the object's current state.
:Object:
Use the color from the object's
:ref:`Viewport Display <properties-object-viewport-display>` settings.