[Bf-docboard-svn] bf-manual: [6905] trunk/blender_docs/manual: Move Scene Statistics to the 3D Viewport

Aaron Carlisle carlisle.b3d at gmail.com
Mon Jul 20 03:39:04 CEST 2020


Revision: 6905
          https://developer.blender.org/rBM6905
Author:   Blendify
Date:     2020-07-20 03:39:04 +0200 (Mon, 20 Jul 2020)
Log Message:
-----------
Move Scene Statistics to the 3D Viewport

rBfd10ac9acaa0788ef5e73677a97e5cff27978d0c

Modified Paths:
--------------
    trunk/blender_docs/manual/editors/3dview/display/gizmo.rst
    trunk/blender_docs/manual/editors/3dview/display/index.rst
    trunk/blender_docs/manual/editors/3dview/display/overlays.rst
    trunk/blender_docs/manual/editors/3dview/display/visibility.rst
    trunk/blender_docs/manual/interface/window_system/status_bar.rst

Modified: trunk/blender_docs/manual/editors/3dview/display/gizmo.rst
===================================================================
--- trunk/blender_docs/manual/editors/3dview/display/gizmo.rst	2020-07-20 00:22:10 UTC (rev 6904)
+++ trunk/blender_docs/manual/editors/3dview/display/gizmo.rst	2020-07-20 01:39:04 UTC (rev 6905)
@@ -1,3 +1,4 @@
+.. _bpy.types.SpaceView3D.show_gizmo:
 
 ***************
 Viewport Gizmos

Modified: trunk/blender_docs/manual/editors/3dview/display/index.rst
===================================================================
--- trunk/blender_docs/manual/editors/3dview/display/index.rst	2020-07-20 00:22:10 UTC (rev 6904)
+++ trunk/blender_docs/manual/editors/3dview/display/index.rst	2020-07-20 01:39:04 UTC (rev 6905)
@@ -1,3 +1,4 @@
+.. _bpy.types.SpaceView3D.show:
 
 ###########
   Display

Modified: trunk/blender_docs/manual/editors/3dview/display/overlays.rst
===================================================================
--- trunk/blender_docs/manual/editors/3dview/display/overlays.rst	2020-07-20 00:22:10 UTC (rev 6904)
+++ trunk/blender_docs/manual/editors/3dview/display/overlays.rst	2020-07-20 01:39:04 UTC (rev 6905)
@@ -1,3 +1,4 @@
+.. _bpy.types.View3DOverlay:
 
 *****************
 Viewport Overlays
@@ -32,7 +33,18 @@
    The number of subdivisions between grid lines.
 
 Text Info
-   Show text overlay.
+   Shows information such as the :doc:`View Perspective </editors/3dview/navigate/projections>`, playback FPS,
+   current frame number, and the name of the active :doc:`Collection </scene_layout/collections/index>` and Object.
+
+Statistics
+   Show information about the amount of objects and geometry.
+
+   Objects
+      Number of the selected objects and the total count.
+   Geometry
+      Displays information about the current scene depending on the mode and object type.
+      This can be the number of vertices, faces, triangles, or bones.
+
 HDRI Preview
    Show two spheres, one glossy and one diffuse,
    to preview HDRIs used in *Material Preview* and *Rendered* shading modes.

Modified: trunk/blender_docs/manual/editors/3dview/display/visibility.rst
===================================================================
--- trunk/blender_docs/manual/editors/3dview/display/visibility.rst	2020-07-20 00:22:10 UTC (rev 6904)
+++ trunk/blender_docs/manual/editors/3dview/display/visibility.rst	2020-07-20 01:39:04 UTC (rev 6905)
@@ -1,3 +1,5 @@
+.. _bpy.types.SpaceView3D.show_object_viewport:
+.. _bpy.types.SpaceView3D.show_object_select:
 
 **********************
 Object Type Visibility

Modified: trunk/blender_docs/manual/interface/window_system/status_bar.rst
===================================================================
--- trunk/blender_docs/manual/interface/window_system/status_bar.rst	2020-07-20 00:22:10 UTC (rev 6904)
+++ trunk/blender_docs/manual/interface/window_system/status_bar.rst	2020-07-20 01:39:04 UTC (rev 6905)
@@ -45,22 +45,25 @@
 ====================
 
 The right side of the Status Bar displays information about the Blender instance.
+These can individually shown or hidden by :kbd:`RMB` on the Status Bar area.
 
 .. figure:: /images/interface_window-system_status-bar_ui-right.png
    :align: center
 
-Collection
-   Name of the active :doc:`Collection </scene_layout/collections/index>`.
-Active Object
-   Name of the active selected object.
-Geometry
-   Displays information about the current scene depending on the mode and object type.
-   This can be the number of vertices, faces, triangles (Tris) or bones.
-Objects
-   Number of the selected objects and the total count.
-Memory
-   The "Mem" label shows an estimate of Blender's RAM consumption.
-   In a single-instance single-machine scenario, this estimate provides a measurement against
-   the hardware limit of the machine.
+Scene Statistics
+  Collection
+     Name of the active :doc:`Collection </scene_layout/collections/index>`.
+  Active Object
+     Name of the active selected object.
+  Geometry
+     Displays information about the current scene depending on the mode and object type.
+     This can be the number of vertices, faces, triangles, or bones.
+  Objects
+     Number of the selected objects and the total count.
+
+System Memory
+   Estimate of Blender's RAM consumption. In a single-instance single-machine scenario,
+   this estimate provides a measurement against the hardware limit of the machine.
+
 Blender Version
    The version of Blender that is currently run.




More information about the Bf-docboard-svn mailing list