Blender: Getting Started

Things I wish I had known before I jumped into Blender

Summary

Published: May 11 2024 by manavortex Last documented update: May 20 2024 by manavortex

TL;DR: Blender hard, but Blender free and Thog will make 3d object.

Do yourself a favour and read at least General tips!

The open source software Blender is huge and intimidating — it is a tool for professionals, and many people consider it as good or even better than paid alternatives.

While it has a steep learning curve, everyone can dabble in Blender (even you! Even your mom!). This page will give you tips that'll make it easier for you.

Blender is not intuitive to use (perhaps if your knees bend backwards). Our guides usually tell you what to click and teach you keyboard shortcuts. On top of that, Customizing the interface is easy and you should definitely do it!

Interface

Overview

This is Blender's interface. The main action happens in the Viewport. In the default perspective (Layout), it is on the left — you can switch perspectives (workspace layouts) by using the perspective selector (purple) on the file bar.

Read Navigating the viewport for how to move around in it.

General tips

  1. Use keyboard shortcuts - they will speed things up by at least 70%. Put a post-it on your monitor and only remove it when you know them by heart.

  2. That being said, use the Search Menu (Hotkey: F3 or Space, depending on your settings) . It gives you access to all of Blender's functions! Click on the link to see it in action

  3. The main action happens in your Viewport (the big one on the left).

    • You can use the Perspective Selector (pink) to swap around custom-defined workspaces.

    • Check Customizing the interface for more detes.

  4. Understand when to use Object Mode and when to use Edit or Pose Mode. Read View port modes for more detes.

    • You can switch between Edit Mode and Object Mode with Tab (turquoise dropdown on screenshot 1)

  5. You can switch the current selection tool with a long click on the tool's surface (shortcut to cycle: W)

  6. You can (de)select multiple things by ctrl-clicking on them.

  7. The most recently selected thing is called Active (this shows up in many context menus)

    • The Select Circle tool does not set an Active selection.

  8. You can toggle X-Ray mode (Shortcut: Alt+Z) by clicking the purple icon in the screenshot above

  • Spin the viewport by pressing the middle mouse button and moving the mouse

  • Zoom with the mouse wheel

  • With / (Numpad Divide), you activate Local Mode, which will show you only your selection

  • Press Numpad 5 to toggle between perspective and orthographic mode. Try around with them

Customizing the interface

Don't be shy to do this! If you fuck up, you can always restore the default settings!

You can easily customize the interface — for example, you can set custom keyboard shortcuts by simply right-clicking on something!

Save Startup File

To make your changes persistent, save your current .blend under File -> Defaults -> Save Startup File.

View port modes

You switch the View Mode in the dropdown on the topleft. Depending on your perspective, there are multiple options:

You can switch between the most commonly used modes, Object and Edit, with Tab.

Here's what they do:

Object Mode

This is where you switch the active 3d object. The other modes only work on the current selection. Read #the-object-mode below for more detes.

Edit Mode

Lets you alter the objects 3d data by moving pixels around. Read #the-edit-modebelow for more detes.

Pose Mode

Only available when you have an armature (rig, skeleton) selected. This is where you make poses.

Sculpt Mode

You usually don't need this! Sculpt the mesh as if it's clay. Requires you to delete shapekeys, and leads to bad topologies. Proportional Editing is much better. See => Refitting: Mesh sculpting techniques.

Vertex Paint

Lets you create Vertex Paint Data. You only need this for custom garment support (so as a beginner, stay away from it)

Weight Paint

Weights determine how an object moves with the armature. Everyone hates it, but you can usually get around weight painting by simply stealing weights from an in-game item.

Texture Paint

"We have Adobe Substance Painter at home!" It's free, it's 3d, but using it sucks. Before switching to Substance Painter, I painted in photoshop and used it just for positioning/rough guidelines.

Keyboard Shortcuts (global)

The shortcuts below are shared between Object and Edit mode:

H

Hide selected elements

Shift+H

Hide everything except for the selected elements

Alt+H

Un-hide everything

X

Delete selection

Ctrl+I

Invert selection

Shift+D, Click

Duplicate selection

The 3d Cursor

In Object, Edit and Pose Mode, you can use the 3d cursor (Shift-Click or Shift-right click, depending on your settings). You can use it as a Pivot Point or just as an orientation mark.

This is especially handy in combination with Snap Selection:

Object Mode

Object mode is where you select stuff that you want to edit.

If you move anything in Object Mode, you need to Apply Transforms (Object -> Apply -> All Transforms), or Cyberpunk will ignore your changes.

Edit Mode

Edit mode is where you actually edit the mesh.

You can only edit things that are selected in Object Mode.

Read Selection tricks on how to make your way around this!

Editing tricks

You only edit the current selection (read Selection tricks on how to get one).

Check Pivot Point to change your operation's origin.

With any active selection, you can toggle the following actions by hotkey, and then move the mouse:

  • Scale (Hotkey: S): Grow or shrink something

  • Rotate (Hotkey: R) What it says

  • Move (Hotkey: G) Reposition something

You can lock each of those operations on an axis!

For example, press G -> Z to move your selection up and down. Press Z again to remove the lock.

Pivot Point

By pressing ., you can change the current Pivot Point:

This is the origin for your transforms:

Read The 3d Cursor on how to make use of the little dude.

Selection tricks

Selection Mode

With the shortcuts 1, 2 and 3, you can switch the Selection Mode between , , and :

Select Linked

With the shortcut Ctrl+L, Blender will select everything up to a certain boundary. By default, this boundary is the same piece of 3d geometry, but in the bottom left corner of the viewport, you can pick the delimiter:

See Seams and Sharps how to make use of this!

Select Loops

Hold Alt and left click to instantly select an entire loop of edges, faces, ors vertices. this works in all selection modes but does not work well with triangulated meshes or very complex geometry. works great for boundry loops

Select Boundry loops

Select all or part of a mesh then navigate to :

this will instantly select all boundry loops for the given selection, great for marking seams

Select shortest path

Works in Edge, Vertex, or Face Selection Mode. Select at least one element, then Ctrl+click on any other element to select the shortest path of edges, vertices, or faces between them.

Double-check that the shortest path is actually the path you want. If it's not, un-do (Hotkey: Ctrl+Z) and shift-click on an edge closer to your selection.

Seams and Sharps

In Edge Selection Mode (Hotkey: 2), you can (un)mark edges as seams or sharps via context menu:

A seam (orange line in the viewport) is where the UV map will be split. A full explanation on UV mapping blows the scope of this guide, but you can read on if you're curious. Unless you're UV unwrapping, those won't do anything, and you can use them as selection delimiters to your heart's content!

A sharp (blue line in the viewport) will cause a sharp crease/fold in the material. This translates to Cyberpunk, so it's neat to highlight your edges!

Proportional Editing

You can find a detailed guide on this under R&R: Refitting (step by step) -> Step 4: Refitting

"I'm moving a single vertex, but my entire mesh is affected!"

Sounds familiar? You've run into Proportional Editing.

  • Click the button or press O to turn it off and on

  • When it's active, moving, scaling or rotating will have an effect on anything close to your selection. This makes refitting super easy! No more jagged edges!

  • When you move (G) or scale (S) your selection, you will see a circle for the area of its effect.

    • By default, that circle might be huge and outside your screen. You might wanna change this and then Save Startup File.

    • You can change the circle's size with your mouse wheel

The Scripting perspective

Blender offers a fully-fledged Python environment, which is used by Netrunners to develop plugins like the Wolvenkit Blender IO Suite.

Since you are reading this, you're probably not one of those. Don't worry! Some of our guides tell you to run Python scripts, but we have a dedicated guide for that: Blender: Running Python Scripts

Last updated