Object Mode: Adding, Transforming, and Organizing Objects

Blender Fundamentals

Chapter 3 · Object Mode: Adding, Transforming, and Organizing Objects

Chapter 2 covered moving around a 3D scene. This chapter covers what actually goes into it — adding objects, moving/rotating/scaling them as whole units, and keeping a growing scene organized as more objects get added.

Object Mode: The Default Working Mode

Object Mode is Blender's own default working mode, where an entire object is selected and manipulated as one complete unit — moved, rotated, scaled, duplicated, deleted — without reaching inside its own individual geometry. Chapter 4's own Edit Mode goes inside an object's own mesh instead; this chapter stays entirely at the whole-object level.

Adding Objects: The Add Menu and Primitive Shapes

The Add menu creates new objects directly in the scene — primitive shapes like a cube, sphere, cylinder, or plane, each a genuine starting point for further modeling in later chapters. A new object is added at the current 3D cursor position, making it worth first placing that cursor deliberately wherever the new object should actually appear.

The Three Basic Transforms: Move, Rotate, Scale

Move repositions an object along any combination of the three axes from Chapter 2. Rotate spins it around a chosen axis. Scale changes its overall size, uniformly or along just one axis. These three transforms, combined, cover the vast majority of everyday object placement and adjustment work in a scene.

Precise Transforms: Numeric Input and Snapping

Rather than dragging by eye, a transform can be typed as an exact numeric value — moving exactly 2 units along the X axis, rotating exactly 90 degrees — for situations where an approximate, by-eye placement genuinely isn't precise enough. Snapping can also constrain a transform to align with a grid, another object's own vertex, or a specific increment, useful for lining objects up cleanly.

The Outliner: Organizing a Scene's Own Object Hierarchy

The Outliner lists every object in the scene in a hierarchical tree, letting objects be selected, renamed, hidden, or grouped directly from that list rather than hunting for them visually in a busy 3D viewport. A scene with many objects benefits from the same kind of organizational discipline Vector Graphics' own layers and groups chapter described for a busy vector composition.

Parenting: Linking Objects to Move Together

Parenting links one object (the child) to another (the parent), so moving, rotating, or scaling the parent automatically carries the child along with it, while the child can still be transformed independently on its own. A wheel parented to a car body, for instance, moves along with the car automatically without needing to be separately repositioned every time the car itself moves.

TransformShortcutConstrain to one axis
MoveG (grab)G, then X / Y / Z
RotateRR, then X / Y / Z
ScaleSS, then X / Y / Z
Chapter 4 goes inside the object itself
Everything in this chapter treats an object as one complete, unbroken unit. Chapter 4's own Edit Mode is where an object's actual shape gets reworked — moving individual vertices, edges, and faces rather than the whole object at once.
Scaling in Object Mode doesn't actually change the mesh
It's tempting to think that scaling an object in Object Mode permanently changes its underlying geometry the same way reshaping it in Edit Mode would. Object Mode's own Scale transform only changes a stored scale value applied on top of the object's own unchanged mesh data — the geometry itself never actually changes size internally. This distinction becomes genuinely important later: several tools introduced in Blender Advanced (modifiers, UV unwrapping) expect an object's scale to be "applied" (reset to a neutral 1.0 value with the visual size baked permanently into the mesh) to behave correctly, and skipping that step is a common, confusing source of unexpected results down the line.

Hands-On Exercises

Exercise 1

A designer needs to move an object exactly 3 units along the Y axis, not an approximate amount by eye. Using this chapter's own material, explain how to do this precisely.

📄 View solution
Exercise 2

A scene has a car body and four wheel objects that all need to move together whenever the car body moves, while still allowing each wheel to spin independently. Using this chapter's own material, explain how to set this up.

📄 View solution
Exercise 3

A student scales an object to twice its original size in Object Mode, then assumes its underlying mesh geometry has permanently doubled in size. Using this chapter's own warning box, explain why this assumption is incorrect.

📄 View solution

Chapter 3 Quick Reference

  • Object Mode manipulates a whole object at once; Chapter 4's Edit Mode goes inside its own mesh
  • Move (G), Rotate (R), Scale (S) are the three core transforms, each constrainable to a single axis
  • Numeric input and snapping allow precise, exact transforms rather than approximate by-eye placement
  • The Outliner organizes a scene's own object hierarchy, the same discipline layers/groups provided in Vector Graphics
  • Parenting links a child object to a parent, without preventing the child's own independent transforms