Mappa dei tasti predefinita¶
Anche se questo non è un elenco completo, questa pagina mostra i tasti comuni usati nella mappa dei tasti predefinita di Blender.
Selezione¶
Blender has two main selection modes: left-click select and right-click select. See the Select with Mouse Button preference.
Passaggio¶
The following shortcuts can be pressed while hovering the mouse cursor over an editable field.
Proprietà¶
Ctrl-C |
Copy the (single) value of the field. |
Ctrl-V |
Paste the (single) value of the field. |
Ctrl-Alt-C |
Copy the entire vector or color of the field. |
Ctrl-Alt-V |
Paste the entire vector or color of the field. |
RMB |
Open the context menu. |
Backspace |
Reset the value to its default. |
Minus |
Invert the value’s sign (multiply by -1.0). |
Ctrl-Wheel |
Change the value in incremental steps. For fields with a pop-up list of values, this cycles the value. |
Return |
Activates menus and toggles checkboxes. |
Alt |
Hold while editing values to apply the change to all selected items (objects, bones, sequence-strips). Questo può essere usato per i campi numerici e per attivare/disattivare. |
Trascinamento¶
The following shortcuts can be used while moving/rotating/scaling an object in the 3D Viewport, dragging the slider of a value, and so on. Note that they should be pressed after starting the drag, not before.
Ctrl |
Snap to coarse increments, making it easier to (say) rotate an object by exactly 90°. |
Shift |
Make the value change more slowly in response to mouse movement, giving you more precision. |
Shift-Ctrl |
Snap to fine increments. |
Generale¶
Ctrl-O |
Apri file. |
Ctrl-S |
Salva file. |
Ctrl-N |
Nuovo file. |
Ctrl-Z |
Annulla. |
Shift-Ctrl-Z |
Ripeti. |
Ctrl-Q |
Esci. |
F1 |
Aiuto (sensibile al contesto). |
F2 |
Rinomina elemento attivo. |
F3 |
|
F4 |
Menu contestuale del file. |
F5 - F8 |
Riservato alle azioni dell’utente. |
F9 |
|
F10 |
Riservato alle azioni dell’utente. |
F11 |
Mostra finestra di rendering. |
F12 |
Rendering del fotogramma corrente. |
Q |
Accesso rapido (preferiti). |
Ctrl-Spacebar |
Toggle Maximize Area. |
Ctrl-PageUp / Ctrl-PageDown |
Next/previous Workspace. |
Spacebar |
User configurable; see Barra spaziatrice. |
Shift-Ctrl-Spacebar |
Riproduce animazione (al contrario). |
Common Editing Keys¶
X |
Delete the selected item with a confirmation dialog. |
Delete |
Delete the selected item without a confirmation dialog. |
Tasti dell’editor comuni¶
Questi tasti sono condivisi tra editor come 3D Viewport, UV e Graph editor.
A |
Seleziona tutto. |
Alt-A / Double-tap A |
Deseleziona tutto. |
Ctrl-I |
Inverti selezione. |
H |
Hide selected items. |
Shift-H |
Hide unselected items. |
Alt-H |
Rivela oggetti nascosti. |
T |
Mostra/nascondi Barra degli strumenti. |
N |
Mostra/nascondi Barra laterale. |
Tasti Visualizzazione 3D¶
MMB |
Orbita vista |
Shift-MMB |
Pan vista |
Ctrl-MMB |
Zoom Vista |
Tab |
Toggle Edit mode. |
Ctrl-Tab |
Toggle Pose mode for armatures, or show a mode switching pie menu for others. |
1 - 3 |
In Edit Mode, switch between editing vertices (1), edges (2), or faces (3). Hold Shift to toggle one of these without disabling the others. Hold Ctrl to alter how the selection is transformed from the old mode to the new. See Mesh Selection Modes for details. |
AccentGrave |
Show 3D Viewport navigation pie menu. |
Ctrl-AccentGrave |
Attiva/Disattiva gizmo. |
Shift-AccentGrave |
Start Fly/Walk Navigation. |
Vedi anche
Animazione¶
I |
Insert a keyframe. |
Alt-I |
Clear the keyframe. |
Shift-Alt-I |
Clear all keyframes. |
Ctrl-D |
Assign a driver. |
Ctrl-Alt-D |
Clear the driver. |
K |
Add the property to the current keying set. |
Alt-K |
Remove the property from the current keying set. |
Python Scripting¶
Ctrl-C |
When pressed while hovering over an operator button, copies its Python command to the clipboard. This command can then be used in the Python Console or in the Text Editor when writing scripts. |
Shift-Ctrl-C |
When pressed while hovering over a field, copies its relative data path (also available from the context menu). Useful when writing drivers or scripts. |
Shift-Ctrl-Alt-C |
When pressed while hovering over a field, copies its full data path. |
Tasti specifici della piattaforma¶
macOS¶
Il tasto Cmd può essere usato al posto di Ctrl su macOS per tutto tranne alcune eccezioni che sono in conflitto con il sistema operativo.
Elenco di chiavi specifiche macOS aggiuntive:
Cmd-Comma |
Preferenze. |