Skip to content

Instantly share code, notes, and snippets.

@meshulam
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meshulam/7ccfbffd3b2ee4d0368d to your computer and use it in GitHub Desktop.
Save meshulam/7ccfbffd3b2ee4d0368d to your computer and use it in GitHub Desktop.
Blender Shortcuts

Blender Shortcut Cheatsheet

Navigation:

  • Rotate - MMB-drag
  • Pan - Shift-MMB-drag
  • Zoom - Wheel or Ctrl-MMB-drag

Numpad navigation:

  • View front: 1
  • View right side: 3
  • View top: 7
  • Use Ctrl+(1, 3, 7) for opposite views
  • Toggle perspective/ortho: 5

Selecting:

  • Select: RMB
  • Add to selection: Shift-RMB
  • Select all/none: A
  • Lasso select: Ctrl-LMB drag
  • Select loop: Alt-RMB
  • Select linked: L while hovering over mesh

Selection modes

  • Change selection mode: Ctrl-Tab
  • ... to Vertex: Ctrl-Tab, 1
  • ... to Edge: Ctrl-Tab, 2
  • ... to Face: Ctrl-Tab, 3

Editing:

  • Delete, Dissolve (X)
  • Extrude (E)
  • Fill (F)
  • Loop cut (Ctrl-R)
  • Knife (K)
  • Duplicate (Shift-D)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment