デフォルトのキーマップ¶
これは包括的なリストではありませんが、このページには一般的に使用される、Blenderのデフォルトのキーマップを記述しています。
選択¶
Blender has two main selection modes: left-click select and right-click select. See the Select with Mouse Button preference.
ホバー中¶
The following shortcuts can be pressed while hovering the mouse cursor over an editable field.
Properties(プロパティ)¶
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). これは数値のフィールドとトグルに対して使用できます。 |
ドラッグ¶
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. |
全般¶
Ctrl-O |
ファイルのオープン。 |
Ctrl-S |
ファイルの保存。 |
Ctrl-N |
新規ファイル。 |
Ctrl-Z |
操作の取り消し。 |
Shift-Ctrl-Z |
取り消した操作のやり直し。 |
Ctrl-Q |
終了。 |
F1 |
ヘルプ (コンテキスト依存) 。 |
F2 |
アクティブなアイテムのリネーム。 |
F3 |
|
F4 |
ファイルに関するコンテキストメニュー。 |
F5 - F8 |
ユーザーが設定するための予備。 |
F9 |
|
F10 |
ユーザーが設定するための予備。 |
F11 |
レンダーウィンドウの表示。 |
F12 |
現在のフレームをレンダリング。 |
Q |
クイックアクセス (お気に入り)。 |
Ctrl-Spacebar |
Toggle Maximize Area. |
Ctrl-PageUp / Ctrl-PageDown |
Next/previous Workspace. |
Spacebar |
User configurable; see Spacebar Action. |
Shift-Ctrl-Spacebar |
アニメーションの逆再生。 |
編集に共通のキー¶
X |
Delete the selected item with a confirmation dialog. |
Delete |
Delete the selected item without a confirmation dialog. |
エディタ共通のキー¶
3D Viewport(3Dビューポート), UV Editor(UVエディター), Graph Editor(グラフエディター)などのエディター間で共有されるキーです。
A |
全選択。 |
Alt-A / Double-tap A |
選択の全解除。 |
Ctrl-I |
選択の反転。 |
H |
Hide selected items. |
Shift-H |
Hide unselected items. |
Alt-H |
非表示アイテムを表示。 |
T |
ツールバーの表示状態切り替え。 |
N |
サイドバーの表示状態切り替え。 |
3D Viewport(3Dビューポート) キー¶
MMB |
ビューの周回 |
Shift-MMB |
ビューのパン |
Ctrl-MMB |
ビューのズーム |
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 |
ギズモの表示状態切り替え。 |
Shift-AccentGrave |
Start Fly/Walk Navigation. |
Animation(アニメーション)¶
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スクリプティング¶
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. |
プラットフォーム固有のキー¶
macOS¶
Ctrl の代わりに Cmd キーが割り当てられますが、オペレーティングシステムと競合するいくつかの例外があります。
以下はmacOS固有のキーです:
Cmd-Comma |
Preferences(プリファレンス)。 |