[Bf-docboard-svn] bf-manual: [7023] trunk/blender_docs/manual/scene_layout/object: Object tools cleanup

Aaron Carlisle carlisle.b3d at gmail.com
Wed Sep 2 00:03:00 CEST 2020


Revision: 7023
          https://developer.blender.org/rBM7023
Author:   Blendify
Date:     2020-09-02 00:03:00 +0200 (Wed, 02 Sep 2020)
Log Message:
-----------
Object tools cleanup

Modified Paths:
--------------
    trunk/blender_docs/manual/scene_layout/object/editing/transform/control/index.rst
    trunk/blender_docs/manual/scene_layout/object/index.rst

Added Paths:
-----------
    trunk/blender_docs/manual/scene_layout/object/tools/
    trunk/blender_docs/manual/scene_layout/object/tools/index.rst
    trunk/blender_docs/manual/scene_layout/object/tools/tool_settings.rst
    trunk/blender_docs/manual/scene_layout/object/tools/toolbar.rst

Removed Paths:
-------------
    trunk/blender_docs/manual/scene_layout/object/editing/transform/control/options.rst
    trunk/blender_docs/manual/scene_layout/object/toolbar/

Modified: trunk/blender_docs/manual/scene_layout/object/editing/transform/control/index.rst
===================================================================
--- trunk/blender_docs/manual/scene_layout/object/editing/transform/control/index.rst	2020-09-01 21:39:39 UTC (rev 7022)
+++ trunk/blender_docs/manual/scene_layout/object/editing/transform/control/index.rst	2020-09-01 22:03:00 UTC (rev 7023)
@@ -11,4 +11,3 @@
    numeric_input.rst
    axis_locking.rst
    precision.rst
-   options.rst

Deleted: trunk/blender_docs/manual/scene_layout/object/editing/transform/control/options.rst
===================================================================
--- trunk/blender_docs/manual/scene_layout/object/editing/transform/control/options.rst	2020-09-01 21:39:39 UTC (rev 7022)
+++ trunk/blender_docs/manual/scene_layout/object/editing/transform/control/options.rst	2020-09-01 22:03:00 UTC (rev 7023)
@@ -1,55 +0,0 @@
-
-*****************
-Transform Options
-*****************
-
-.. admonition:: Reference
-   :class: refbox
-
-   :Mode:      Object Mode and Pose Mode
-   :Header:    :menuselection:`Sidebar --> Tool --> Options --> Transform`
-
-
-.. _bpy.types.ToolSettings.use_transform_data_origin:
-.. _bpy.types.ToolSettings.use_transform_pivot_point_align:
-
-Affect Only
-===========
-
-Origins :kbd:`Ctrl-Period`
-   Directly transforms the object's :doc:`origin </scene_layout/object/origin>`.
-   This only works for objects with data which can be transformed;
-   i.e. it will not work on object lights.
-
-   When enabled, the object axes are displayed.
-
-   Take care using this option since it transforms the object-data which may cause linked
-   duplicates to be moved unintentionally.
-
-   .. hint::
-
-      Changing the object location and the object-data may impact
-      modifiers, constraints and keyframe animation.
-
-      If you're only temporarily setting the pivot point,
-      use the :ref:`3D cursor <editors-3dview-3d_cursor>` instead.
-
-Locations
-   Changes the position of the object's origin relative to another point during transformation.
-   In other words, the pivot point and the origin cannot share the same location.
-   This will not affect the object local transforms, just its position in world space.
-
-   In the examples below, a comparison of the scaling and rotation of objects,
-   when *Location* is enabled (middle) and disabled (right).
-
-   .. figure:: /images/scene-layout_object_editing_transform_control_options_rotate.png
-
-      Rotation example.
-
-   .. figure:: /images/scene-layout_object_editing_transform_control_options_scale.png
-
-      Scaling example.
-
-Parents
-   Transforms :doc:`Parent Objects </scene_layout/object/editing/parent>`
-   while leaving their children objects unaffected.

Modified: trunk/blender_docs/manual/scene_layout/object/index.rst
===================================================================
--- trunk/blender_docs/manual/scene_layout/object/index.rst	2020-09-01 21:39:39 UTC (rev 7022)
+++ trunk/blender_docs/manual/scene_layout/object/index.rst	2020-09-01 22:03:00 UTC (rev 7023)
@@ -15,4 +15,4 @@
    selecting.rst
    editing/index.rst
    properties/index.rst
-   toolbar/index.rst
+   tools/index.rst

Added: trunk/blender_docs/manual/scene_layout/object/tools/index.rst
===================================================================
--- trunk/blender_docs/manual/scene_layout/object/tools/index.rst	                        (rev 0)
+++ trunk/blender_docs/manual/scene_layout/object/tools/index.rst	2020-09-01 22:03:00 UTC (rev 7023)
@@ -0,0 +1,10 @@
+
+#########
+  Tools
+#########
+
+.. toctree::
+   :maxdepth: 2
+
+   toolbar.rst
+   tool_settings.rst


Property changes on: trunk/blender_docs/manual/scene_layout/object/tools/index.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/blender_docs/manual/scene_layout/object/tools/tool_settings.rst
===================================================================
--- trunk/blender_docs/manual/scene_layout/object/tools/tool_settings.rst	                        (rev 0)
+++ trunk/blender_docs/manual/scene_layout/object/tools/tool_settings.rst	2020-09-01 22:03:00 UTC (rev 7023)
@@ -0,0 +1,59 @@
+
+*************
+Tool Settings
+*************
+
+Options
+=======
+
+.. admonition:: Reference
+   :class: refbox
+
+   :Mode:      Object Mode and Pose Mode
+   :Header:    :menuselection:`Sidebar --> Tool --> Options`
+
+
+Transform
+---------
+
+.. _bpy.types.ToolSettings.use_transform_data_origin:
+.. _bpy.types.ToolSettings.use_transform_pivot_point_align:
+
+Affect Only
+   Origins :kbd:`Ctrl-Period`
+      Directly transforms the object's :doc:`origin </scene_layout/object/origin>`.
+      This only works for objects with data which can be transformed;
+      i.e. it will not work on object lights.
+
+      When enabled, the object axes are displayed.
+
+      Take care using this option since it transforms the object-data which may cause linked
+      duplicates to be moved unintentionally.
+
+      .. hint::
+
+         Changing the object location and the object-data may impact
+         modifiers, constraints and keyframe animation.
+
+         If you're only temporarily setting the pivot point,
+         use the :ref:`3D cursor <editors-3dview-3d_cursor>` instead.
+
+   Locations
+      Changes the position of the object's origin relative to another point during transformation.
+      In other words, the pivot point and the origin cannot share the same location.
+      This will not affect the object local transforms, just its position in world space.
+
+      In the examples below, a comparison of the scaling and rotation of objects,
+      when *Location* is enabled (middle) and disabled (right).
+
+      .. figure:: /images/scene-layout_object_editing_transform_control_options_rotate.png
+
+         Rotation example.
+
+      .. figure:: /images/scene-layout_object_editing_transform_control_options_scale.png
+
+         Scaling example.
+
+   Parents
+      Transforms :doc:`Parent Objects </scene_layout/object/editing/parent>`
+      while leaving their children objects unaffected.


Property changes on: trunk/blender_docs/manual/scene_layout/object/tools/tool_settings.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/blender_docs/manual/scene_layout/object/tools/toolbar.rst
===================================================================
--- trunk/blender_docs/manual/scene_layout/object/tools/toolbar.rst	                        (rev 0)
+++ trunk/blender_docs/manual/scene_layout/object/tools/toolbar.rst	2020-09-01 22:03:00 UTC (rev 7023)
@@ -0,0 +1,47 @@
+
+*******
+Toolbar
+*******
+
+:ref:`Tweak <tool-select-tweak>`
+   Select or move.
+
+   :ref:`Select Box <tool-select-box>`
+      Select objects by dragging a box.
+      All objects that intersect the box will be selected.
+   :ref:`Select Circle <tool-select-circle>`
+      Select objects by dragging a circle. All objects that intersect the path of
+      the circle will be selected.
+   :ref:`Select Lasso <tool-select-lasso>`
+      Select objects by drawing a lasso.
+
+Cursor
+   Change the location of the 3D Cursor.
+
+Move
+   Translation tool.
+
+Rotate
+   Rotation tool.
+
+Scale
+   Scale tool.
+
+   :ref:`Scale Cage <tool-scale-cage>`
+      Change the scale of an object by controlling its cage.
+
+Transform
+   Tool to adjust the objects translation, rotations and scale.
+
+:ref:`Annotate <tool-annotate>`
+   Draw free-hand annotation.
+
+   Annotate Line
+      Draw straight line annotation.
+   Annotate Polygon
+      Draw a polygon annotation.
+   Annotate Eraser
+      Erase previous drawn annotations.
+
+:ref:`Measure <tool-measure>`
+   Measure distances in the scene.


Property changes on: trunk/blender_docs/manual/scene_layout/object/tools/toolbar.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property



More information about the Bf-docboard-svn mailing list