[Bf-docboard-svn] bf-manual: [9222] trunk/blender_docs/manual/editors/uv: UDIM: Move UDIM grid controls to the Overlay panel

Aaron Carlisle noreply at blender.org
Sun Apr 24 02:39:05 CEST 2022


Revision: 9222
          https://developer.blender.org/rBM9222
Author:   Blendify
Date:     2022-04-24 02:39:05 +0200 (Sun, 24 Apr 2022)
Log Message:
-----------
UDIM: Move UDIM grid controls to the Overlay panel

rB92c89d7b879229ac01390da068026d0a11d864f1

Modified Paths:
--------------
    trunk/blender_docs/manual/editors/uv/overlays.rst
    trunk/blender_docs/manual/editors/uv/sidebar.rst

Modified: trunk/blender_docs/manual/editors/uv/overlays.rst
===================================================================
--- trunk/blender_docs/manual/editors/uv/overlays.rst	2022-04-23 23:33:01 UTC (rev 9221)
+++ trunk/blender_docs/manual/editors/uv/overlays.rst	2022-04-24 00:39:05 UTC (rev 9222)
@@ -10,9 +10,36 @@
 
 .. seealso::
 
-   Addition :doc:`View Properties </editors/uv/sidebar>` can be configured in the Sidebar.
+   Additional :doc:`View Properties </editors/uv/sidebar>` can be configured in the Sidebar.
 
 
+Guides
+======
+
+.. _bpy.types.SpaceImageOverlay.show_grid_background:
+
+Grid
+   Show the grid background and borders.
+
+.. _bpy.types.SpaceUVEditor.use_custom_grid:
+
+Fixed Subdivisions
+   Displays a grid that does not depend on the zoom level to determine
+   the number of subdivisions. The Custom Grid is useful in combination with
+   :ref:`Absolute Grid Snap <bpy.types.ToolSettings.use_snap_uv_grid_absolute>`
+   to create precise incremental snapping.
+
+   .. _bpy.types.SpaceUVEditor.custom_grid_subdivisions:
+
+   The number of grid units in UV that make one UV unit can be set via the *Dynamic Grid Size*.
+
+.. _bpy.types.SpaceUVEditor.tile_grid_shape:
+
+Tiles X, Y
+   The number of :doc:`UDIM </modeling/meshes/uv/workflows/udims>`
+   tile grids to display in each cardinal direction.
+
+
 UV Editing
 ==========
 

Modified: trunk/blender_docs/manual/editors/uv/sidebar.rst
===================================================================
--- trunk/blender_docs/manual/editors/uv/sidebar.rst	2022-04-23 23:33:01 UTC (rev 9221)
+++ trunk/blender_docs/manual/editors/uv/sidebar.rst	2022-04-24 00:39:05 UTC (rev 9222)
@@ -18,10 +18,10 @@
 See :doc:`/editors/image/image_settings`.
 
 
-UDIM Grid
----------
+UDIM Tiles
+----------
 
-Allows you to control the grid size of :doc:`UDIM </modeling/meshes/uv/workflows/udims>` tiles.
+Allows you to manage :doc:`UDIM Tiles </modeling/meshes/uv/workflows/udims>`.
 
 
 Tool Tab
@@ -68,22 +68,6 @@
 Options for the :doc:`annotation tool </interface/annotate_tool>`.
 
 
-.. _bpy.types.SpaceUVEditor.use_custom_grid:
-
-Custom Grid
------------
-
-Displays a grid that does not depend on the zoom level to determine
-the number of subdivisions. The Custom Grid is useful in combination with
-:ref:`Absolute Grid Snap <bpy.types.ToolSettings.use_snap_uv_grid_absolute>`
-to create precise incremental snapping.
-
-.. _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