| 12345678910111213141516171819202122232425262728293031323334353637 |
- .. include:: ../_header.rst
- Manipulation tools
- ------------------
- .. toctree::
- :maxdepth: 2
- manipulation-tools-translate
- manipulation-tools-scale
- manipulation-tools-rotate
- manipulation-tools-origin
- manipulation-tools-slice
- manipulation-tools-resize
- manipulation-tools-polygon
- manipulation-tools-arcade
- manipulation-tools-hit-area
- manipulation-tools-pan
- manipulation-tools-select-region
- The manipulator tools are in-scene tools that allow changing properties of the objects.
- Each tool has a command to activate/deactivate it. You can execute the command using a key, the context menu, or the |MainToolbar|_.
- You can activate one tool or the time. Or deactivate the tool.
- .. image:: ../images/scene-editor-tools-20230518.webp
- :alt: Manipulators.
- Coordinates
- ~~~~~~~~~~~
- Some tools can be used in a local or global coordinates. You can change the coords in the **Coords** menu of the context menu:
- .. image:: ../images/scene-editor-tools-coords-05242020.webp
- :alt: Transformation orientation.
|