What resetting the origin does and when you need it
The origin in Blender is the point marked by the red, green, and blue axes at the center of your 3D space. It controls where your object sits relative to the world, where it rotates around, and where measurements start from. Resetting the origin moves that center point to a new location — usually to the center of your object or to a specific spot you choose.
You reset the origin when an object's center is in the wrong place for animation, when you need to rotate something around a different point, or when you import a model and its origin is buried inside the geometry instead of at the visual center. A misplaced origin can make rigging difficult and cause unexpected movement when you rotate or scale.
Key Takeaways
- The origin is the point where the red, green, and blue axes meet, and it controls rotation, scaling, and object placement in the world.
- The fastest way to reset the origin to the object's center is Object menu > Set Origin > Origin to Geometry.
- You can also move the origin to the 3D cursor by choosing Set Origin > Origin to 3D Cursor, which gives you precise control over placement.
- The origin point appears as a small circle in the viewport and must be visible in your outliner for these operations to work.
- Resetting the origin does not move your object in the viewport — it only changes where the center point sits relative to the geometry.
Using the Set Origin menu to center on geometry
The most common reset is centering the origin on your object's geometry. Select the object in the viewport or outliner, then open the Object menu at the top of the screen. Scroll down to Set Origin and hover over it to see the submenu.
Click Origin to Geometry. Blender calculates the bounding box of all your object's vertices and places the origin at the center of that box. The object does not move in the viewport — only the origin point shifts. You will see the red, green, and blue axes move to the new center location.
This method works for any object type: meshes, curves, text, or armatures. If your object has multiple disconnected pieces, the origin centers on all of them together, not on each piece separately.
Moving the origin to the 3D cursor for precise placement
When you need the origin at a specific spot that is not the geometric center, use the 3D cursor as a placement tool. The 3D cursor is the red and white circle you see in the viewport — you can move it anywhere by holding Shift and right-clicking in the viewport.
Position the 3D cursor where you want the origin to be. Then select your object, open Object menu > Set Origin, and click Origin to 3D Cursor. The origin jumps to wherever the cursor is sitting. This is useful for setting a rotation point on a door hinge, a character's feet, or any other specific location.
You can also move the origin to the world origin (the point 0, 0, 0 in the scene) by choosing Origin to World from the same menu. This is less common but helpful when you need all objects aligned to the same reference point.
What happens when you reset the origin
Resetting the origin changes only the center point — it does not move, rotate, or scale your geometry. Your object stays in the same place in the viewport. The only visible change is where the origin axes appear.
However, the origin affects how future operations work. If you rotate the object after resetting the origin, it will now rotate around the new center point instead of the old one. Scaling and mirroring also use the origin as their reference. This is why getting the origin right before rigging or animation is important.
Checking that the origin is visible and selectable
If you cannot see the origin point in your viewport, it may be hidden by the display settings. Press the period key on the numpad to open the viewport shading menu, or look for the eye icon in the outliner next to your object name. Make sure the object itself is not hidden.
You can also toggle origin visibility in the viewport overlays. Look for the circle icon in the top right of the 3D viewport and click it to open overlay options. Find "Origins" in the list and make sure it is checked. The origin should now appear as a small circle at the center of your object.
Resetting the origin for multiple objects at once
If you have several objects that all need their origins reset, you can do them together. Select all the objects you want to change by holding Shift and clicking each one, or by pressing A to select all objects in the scene. Then open Object menu > Set Origin and choose your reset method.
Blender applies the same reset to every selected object. If you choose Origin to Geometry, each object's origin moves to its own geometric center. If you choose Origin to 3D Cursor, all origins move to the same cursor location. This is faster than resetting them one at a time.
Why the origin matters for animation and export
Game engines and animation software use the origin point as the reference for where an object sits in the world. If your origin is off-center, the object may appear in the wrong location when you export it to another program, or it may rotate around an unexpected point during animation.
Before you export a model or hand it off to another artist, check that the origin is where it should be. A centered origin on a character's feet, a vehicle's base, or a prop's natural balance point makes the model easier to use downstream. Taking thirty seconds to reset the origin saves confusion later.
Frequently Asked Questions
Does resetting the origin move my object in the viewport?
No. Resetting the origin only changes where the center point sits relative to your geometry. Your object stays in the same place visually. Only the origin axes move to the new location.
What is the difference between Origin to Geometry and Origin to 3D Cursor?
Origin to Geometry places the origin at the center of your object's bounding box automatically. Origin to 3D Cursor lets you place the origin wherever you move the cursor first, giving you manual control over the exact spot.
Can I undo a reset if I change my mind?
Yes. Press Ctrl+Z to undo the last operation, including an origin reset. You can undo multiple steps back if needed. This does not affect your object's geometry, only the origin position.
Why does my object rotate around the wrong point?
The origin is the pivot point for rotation. If it is not where you expect, the object will spin around that misplaced center instead. Reset the origin to the point where you want rotation to happen, then rotate again.
Do I need to reset the origin before exporting to a game engine?
It depends on the engine and how the model will be used, but it is good practice. A centered or logically placed origin makes the model easier to position and animate in the engine. Check your engine's documentation for its origin expectations.