[Bf-docboard-svn] bf-manual: [9015] branches/blender-3.1-release/blender_docs/manual/editors/preferences/editing.rst: Cleanup: Adding clarity to the paragraph example

Aaron Carlisle noreply at blender.org
Thu Feb 24 16:26:43 CET 2022


Revision: 9015
          https://developer.blender.org/rBM9015
Author:   Blendify
Date:     2022-02-24 16:26:43 +0100 (Thu, 24 Feb 2022)
Log Message:
-----------
Cleanup: Adding clarity to the paragraph example

Author: @smartdog

Differential Revision: https://developer.blender.org/D14098

Modified Paths:
--------------
    branches/blender-3.1-release/blender_docs/manual/editors/preferences/editing.rst

Modified: branches/blender-3.1-release/blender_docs/manual/editors/preferences/editing.rst
===================================================================
--- branches/blender-3.1-release/blender_docs/manual/editors/preferences/editing.rst	2022-02-24 15:07:37 UTC (rev 9014)
+++ branches/blender-3.1-release/blender_docs/manual/editors/preferences/editing.rst	2022-02-24 15:26:43 UTC (rev 9015)
@@ -19,8 +19,8 @@
    To understand this option properly, you need to understand how Blender works with Objects.
    Almost everything in Blender is organized in a hierarchy of data-blocks.
    A data-block can be thought of as containers for certain pieces of information. For example,
-   the Object data-block contains information about the Object's location while the Object Data
-   "ObData" data-block contains information about the mesh.
+   the Object data-block contains information about the Object's location, rotation, and scale
+   while the associated linked Object Data data-block contains information about the mesh.
 
    .. figure:: /images/editors_preferences_editing_data-blocks-hierarchy.png
 



More information about the Bf-docboard-svn mailing list