.. _ui-tool_system: .. _bpy.ops.wm.tool: *********** Tool System *********** Tools are accessed from the :ref:`Toolbar `. This is a general introduction to tools, individual tools have their own documentation. There can only be one active tool which is stored for each space & mode. Tools may set their own keys which override other keys although typically they use the :kbd:`LMB`, sometimes with modifier keys. *Keymaps can be edited from the preferences.* Some tools define gizmos (*Shear* and *Spin* for example) to help control the tool. .. _ui-region-toolbar: Toolbar ======= .. admonition:: Reference :class: refbox :Hotkey: :kbd:`T` .. figure:: /images/interface_tool_system_buttons-popup.png :align: right Button with pop-up menu indicator. The Toolbar shows buttons for each tool. For tool buttons which have a small triangle in their bottom right corner, a pop-up menu will be revealed when you :kbd:`LMB` drag so that you can select other tools of the same group. Hovering your cursor over a tool for a short time will show its name, while hovering longer will show the full tooltip. Resizing the Toolbar horizontally will display the icons with two columns. Expanding it further will display the icon and its text. The accelerator keys are displayed in the tooltip. Pop-Up Toolbar ============== .. admonition:: Reference :class: refbox :Hotkey: :kbd:`Spacebar` Keyboard tool switching is not enabled by default. To enable it, set the Keymap preferences :ref:`keymap-blender_default-spacebar_action` to *Tools*, and then you'll be able use :kbd:`Spacebar` like a modifier key (similar to pressing :kbd:`Ctrl` or :kbd:`Shift`). :kbd:`Spacebar T` for Transform, :kbd:`Spacebar D` for Annotate, :kbd:`Spacebar M` for measure, etc. Quick Access Menu ================= .. admonition:: Reference :class: refbox :Hotkey: :kbd:`Q` The Quick Access menu gather your favorite tools. Any tool or menu can be added to this pop-up menu via the context menu of buttons and menus. Cycling Tools ============= If you bind a key to a tool which is part of a group, you can enable the *Cycle* option in the keymap editor. Successive presses will cycle through the tools in that group. Properties ========== Tools can have their own settings, which are available from multiple places: - The :menuselection:`Sidebar --> Tools --> Active Tool` panel. - The *Active Tool* tab in the Properties editor. - The *Tool Settings* region.