File: tool_settings.rst

package info (click to toggle)
blender-doc 4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 253,604 kB
  • sloc: python: 13,030; javascript: 322; makefile: 113; sh: 107
file content (58 lines) | stat: -rw-r--r-- 1,816 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58

*************
Tool Settings
*************

Options
=======

.. reference::

   :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 are 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_tools_tool-settings_rotate.png

         Rotation example.

      .. figure:: /images/scene-layout_object_tools_tool-settings_scale.png

         Scaling example.

   Parents
      Transforms :doc:`Parent Objects </scene_layout/object/editing/parent>`
      while leaving their children objects unaffected.