Difference between revisions of "Blender shortcuts"

From Rigged Wiki
Jump to navigation Jump to search
(Created page with "= Introduction = This page lists some useful Blender shortcuts and tools. The bare minimum tools that are required to prepare a model for PES are highlighted in red. If a tool is only available in Blender versions newer than 2.79, it will be noted. Some tools have options with additional shortcuts; these are displayed at the bottom of the viewport while the tool is active. = Viewport = {| class="wikitable" !Tool !Shortcut !Version !Notes |-style="text-align:center;colo...")
 
Line 1: Line 1:
= Introduction =
= Introduction =
This page lists some useful Blender shortcuts and tools. The bare minimum tools that are required to prepare a model for PES are highlighted in red. If a tool is only available in Blender versions newer than 2.79, it will be noted.
This page lists some useful Blender shortcuts and tools. The bare minimum tools that are required to prepare a model for PES are highlighted in green. If a tool is only available in Blender versions newer than 2.79, it will be noted.


Some tools have options with additional shortcuts; these are displayed at the bottom of the viewport while the tool is active.
Some tools have options with additional shortcuts; these are displayed at the bottom of the viewport while the tool is active.


= Viewport =
= Viewport =
{| class="wikitable"
{| class="wikitable" style="width: 100%;"
!Tool
!Tool
!Shortcut
!Shortcut
!Version
!Version
!Notes
!Notes
|-style="text-align:center;color: red;"
|-style="text-align:center;color: green;"
|Rotate
|style="width: 15%"|'''Rotate'''
|'''MMB'''
|style="width: 15%"|'''MMB'''
|
|style="width: 5%"|
|
|style="width: 65%"|
|-style="text-align:center;color: red;"
|-style="text-align:center;color: green;"
|Zoom
|'''Zoom'''
|'''Scroll wheel or Ctrl+mouse'''
|'''Scroll wheel or Ctrl+mouse'''
|
|
|
|
|-style="text-align:center;color: red;"
|-style="text-align:center;color: green;"
|Pan
|'''Pan'''
|'''Shift+mouse'''
|'''Shift+mouse'''
|
|
Line 28: Line 28:


= Basic =
= Basic =
{| class="wikitable"
{| class="wikitable" style="width: 100%;"
!Tool
!Tool
!Shortcut
!Shortcut
!Version
!Version
!Notes
!Notes
|-style="text-align:center;color: red;"
|-style="text-align:center;color: green;"
|Select/deselect
|style="width: 15%"|'''Select/deselect'''
|'''LMB'''
|style="width: 15%"|'''LMB'''
|
|style="width: 5%"|
|Hold Shift to select/deselect multiple objects; the last selected object is the ''active object'' (indicated by a light orange outline).
|style="width: 65%"|Hold Shift to select/deselect multiple objects; the last selected object is the ''active object'' (indicated by a light orange outline).
|-style="text-align:center;color: red;"
|-style="text-align:center;color: green;"
|Select/deselect all
|'''Select/deselect all'''
|'''A'''
|'''A'''
|
|
Line 51: Line 51:


= Object mode =
= Object mode =
{| class="wikitable"
{| class="wikitable" style="width: 100%;"
!Tool
!Tool
!Shortcut
!Shortcut
!Version
!Version
!Notes
!Notes
|-style="text-align:center;color: red;"
|-style="text-align:center;color: green;"
|Join
|style="width: 15%"|'''Join'''
|'''J'''
|style="width: 15%"|'''J'''
|
|style="width: 5%"|
|Joins the selected objects with the active object. The merged object has the properties of what was the active object.
|style="width: 65%"|Joins the selected objects with the active object. The merged object has the properties of what was the active object.
|-style="text-align:center;color: red;"
|-style="text-align:center;color: green;"
|Apply transforms
|'''Apply transforms'''
|'''Ctrl+A'''
|'''Ctrl+A'''
|
|
Line 74: Line 74:


= Edit mode =
= Edit mode =
{| class="wikitable"
{| class="wikitable" style="width: 100%;"
!Tool
!Tool
!Shortcut
!Shortcut
!Version
!Version
!Notes
!Notes
|-style="text-align:center;color: red;"
|-style="text-align:center;color: green;"
|Separate
|style="width: 15%"|'''Separate'''
|'''P'''
|style="width: 15%"|'''P'''
|
|style="width: 5%"|
|Separates the selected parts of the object into a new object. The new object retains the properties of the object it was separated from.
|style="width: 65%"|Separates the selected parts of the object into a new object. The new object retains the properties of the object it was separated from.
|-style="text-align:center;"
|-style="text-align:center;"
|Edge tools
|Edge tools

Revision as of 18:30, 7 May 2024

Introduction

This page lists some useful Blender shortcuts and tools. The bare minimum tools that are required to prepare a model for PES are highlighted in green. If a tool is only available in Blender versions newer than 2.79, it will be noted.

Some tools have options with additional shortcuts; these are displayed at the bottom of the viewport while the tool is active.

Viewport

Tool Shortcut Version Notes
Rotate MMB
Zoom Scroll wheel or Ctrl+mouse
Pan Shift+mouse

Basic

Tool Shortcut Version Notes
Select/deselect LMB Hold Shift to select/deselect multiple objects; the last selected object is the active object (indicated by a light orange outline).
Select/deselect all A
Box select B LMB to select; MMB to deselect.

Object mode

Tool Shortcut Version Notes
Join J Joins the selected objects with the active object. The merged object has the properties of what was the active object.
Apply transforms Ctrl+A Opens a dialog to apply the location, rotation, and/or scale of the object. This sets the current location/rotation to (0,0,0) and scale to 1. All changed transforms need to be applied before export, as these values are not respected by other programs.
Parent Ctrl+P Opens the dialog to parent the selected objects to the active object.

Edit mode

Tool Shortcut Version Notes
Separate P Separates the selected parts of the object into a new object. The new object retains the properties of the object it was separated from.
Edge tools Ctrl+E Opens a edge tool menu. Most importantly, this lets you mark UV seams and sharp edges.
Unwrap U Opens the dialog to unwrap the UVs for the selected parts of the object.