[Bf-docboard-svn] bf-manual: [8730] branches/blender-3.0-release/blender_docs/manual/editors/uv: UV Custom Grid

Aaron Carlisle noreply at blender.org
Thu Dec 2 03:51:32 CET 2021


Revision: 8730
          https://developer.blender.org/rBM8730
Author:   Blendify
Date:     2021-12-02 03:51:32 +0100 (Thu, 02 Dec 2021)
Log Message:
-----------
UV Custom Grid

Part of rBbf06f76be6316be92a4655a41391e163d2fb1221

Modified Paths:
--------------
    branches/blender-3.0-release/blender_docs/manual/editors/uv/overlays.rst
    branches/blender-3.0-release/blender_docs/manual/editors/uv/sidebar.rst

Modified: branches/blender-3.0-release/blender_docs/manual/editors/uv/overlays.rst
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/editors/uv/overlays.rst	2021-12-02 02:21:08 UTC (rev 8729)
+++ branches/blender-3.0-release/blender_docs/manual/editors/uv/overlays.rst	2021-12-02 02:51:32 UTC (rev 8730)
@@ -8,10 +8,17 @@
 This option also toggles the visibility of :doc:`/modeling/meshes/uv/workflows/udims` tile information.
 The options that are visible in the pop-over depend on the UV Editor mode.
 
+.. seealso::
 
+   Addition :doc:`View Properties </editors/uv/sidebar>` can be configured in the sidebar.
+
+
 UV Editing
 ==========
 
+.. _bpy.types.SpaceUVEditor.display_stretch_type:
+.. _bpy.types.SpaceUVEditor.show_stretch:
+
 Display Stretch
    Shows how much of a difference there is between UV coordinates and 3D coordinates.
    Blue means low distortion, while Red means high distortion.
@@ -26,21 +33,23 @@
 UV Opacity
    Opacity of the above UV overlays.
 
+.. _bpy.types.SpaceUVEditor.edge_display_type:
+
 Display As
    Controls how edges are shown.
 
-   Outline
-      Display white edges with black outline.
-   Dash
-      Display dashed black-white edges.
-   Black
-      Display black edges.
-   White
-      Display white edges.
+   :Outline: Display white edges with black outline.
+   :Dash: Display dashed black-white edges.
+   :Black: Display black edges.
+   :White: Display white edges.
 
+.. _bpy.types.SpaceUVEditor.show_modified_edges::
+
 Modified Edges
    Show results of modifiers in the UV display.
 
+.. _bpy.types.SpaceUVEditor.show_faces:
+
 Faces
    Display faces over the image.
 

Modified: branches/blender-3.0-release/blender_docs/manual/editors/uv/sidebar.rst
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/editors/uv/sidebar.rst	2021-12-02 02:21:08 UTC (rev 8729)
+++ branches/blender-3.0-release/blender_docs/manual/editors/uv/sidebar.rst	2021-12-02 02:51:32 UTC (rev 8730)
@@ -68,6 +68,17 @@
 Options for the :doc:`annotation tool </interface/annotate_tool>`.
 
 
+.. _bpy.types.SpaceUVEditor.use_custom_grid:
+
+Custom Grid
+-----------
+
+.. _bpy.types.SpaceUVEditor.custom_grid_subdivisions:
+
+Subdivisions
+   The number of grid units in UV that make one UV unit.
+
+
 .. (TODO add) images per type
 
 Scopes



More information about the Bf-docboard-svn mailing list