Position your model using the Move tool and bone rotation
To pose a model in Blender, you move the entire object with the Move tool, then rotate individual bones using the Rotate tool in Pose Mode. Start by entering Pose Mode by pressing Tab while your armature is selected, or by switching the mode dropdown from Object Mode to Pose Mode. Once in Pose Mode, you can select individual bones by clicking on them, and rotate them by pressing R followed by an axis letter (X, Y, or Z) to constrain rotation to that axis.
The basic workflow is: select a bone, press R for rotate, press the axis you want (or press it twice to rotate on the bone's local axis), then type a number for degrees or move your mouse and click to confirm. For example, selecting an arm bone, pressing R, then X, then typing 45 will rotate that bone 45 degrees around the X-axis. This approach lets you build a pose piece by piece, starting with the spine and working outward to the limbs.
Key Takeaways
- Enter Pose Mode by pressing Tab or using the mode dropdown, then click individual bones to select them for rotation.
- Rotate bones by pressing R, then an axis letter (X, Y, or Z), then typing degrees or moving your mouse to confirm the angle.
- Use the Outliner panel to select bones by name if clicking in the viewport is difficult, especially for small or overlapping bones.
- Enable the Armature display in the viewport shading options so you can see bones clearly while posing.
- Save your pose as a pose library or keyframe it on a specific frame if you plan to reuse it or animate from it later.
Select bones in the Outliner when viewport selection is hard
Clicking bones directly in the viewport works well for large, visible bones, but small or buried bones are easier to select through the Outliner. Open the Outliner panel (usually on the right side of the screen), expand your armature by clicking the arrow next to its name, and you will see a list of all bones. Click any bone name to select it in the viewport, and it will highlight in orange.
This method is especially useful when you have a complex rig with many overlapping bones, or when you need to select a bone that is hidden behind the model mesh. Once selected through the Outliner, you can rotate it using the same R + axis + number workflow as before.
Rotate bones on their local axes for natural movement
By default, pressing R and then an axis rotates on the world axis (the global X, Y, Z grid). For realistic poses, you usually want to rotate on the bone's own local axis instead. To do this, press R, then press the axis letter twice — for example, R then X then X will rotate the selected bone around its own local X-axis. This is why an arm bone rotates naturally when you use its local axis, but looks twisted if you rotate it on the world axis.
You can also hold Shift while pressing the axis to exclude that axis from rotation, which is useful when you want to rotate on two axes at once. For instance, R + Shift + Z rotates on both X and Y (everything except Z), which is handy for tilting a head or bending a torso.
Use the Transform panel for precise angle input
If you need exact rotation values — for example, rotating a leg exactly 90 degrees — you can type the number when ready after pressing R and the axis. Type 90 and press Enter, and the bone rotates exactly 90 degrees. You can also open the Transform panel by pressing N and look for the Rotation fields under the Transform properties, where you can type exact degree values directly into the X, Y, and Z rotation boxes.
The Transform panel is also useful for checking the current rotation of a bone. If you are trying to match a pose from a reference image, you can note the rotation values and type them in manually rather than trying to eyeball the angle.
Enable bone display options to see your rig clearly
By default, bones may be hard to see if your model mesh is opaque or if the viewport shading is set to Solid mode. To make bones more visible, switch to Wireframe mode (press Z and select Wireframe), or enable X-Ray mode by pressing Alt + Z. X-Ray lets you see bones through the mesh while keeping the mesh visible, which is the most useful setting for posing.
You can also adjust how bones are drawn by selecting the armature, opening the Object Data Properties panel (the green bone icon on the right), and expanding the Viewport Display section. Here you can change the bone style from Octahedral to Stick or B-Bone, and adjust the size of the bones so they are easier to click and see.
Save poses as keyframes or in a pose library
Once you have posed your model the way you want, you can save that pose for later use. The simplest method is to keyframe the pose by pressing I while in Pose Mode with all the bones you want to save selected. This creates a keyframe at the current frame in the Timeline, storing the rotation of every selected bone. You can then move to a different frame and create a new pose, building an animation frame by frame.
For non-animated poses you want to reuse, you can save a pose library. With your armature selected in Pose Mode, go to the Pose menu at the top and select Pose Library, then Save Pose. This stores the pose in a file you can load into other projects. Some rigs come with built-in pose libraries you can browse and explore without manually rotating bones.
Avoid common mistakes when posing
The most common mistake is forgetting to enter Pose Mode before trying to rotate bones. If you press R in Object Mode, you will rotate the entire armature instead of individual bones. Always check the mode dropdown to confirm you are in Pose Mode before you start.
Another frequent issue is rotating on the wrong axis. If a bone suddenly twists in an unexpected direction, you probably used the world axis instead of the local axis. Press Ctrl + Z to undo, then try again with the axis letter pressed twice. Finally, if a bone does not move when you rotate it, check that it is actually selected (it should be orange in the viewport) and that it is not locked. Locked bones have a lock icon next to their name in the Outliner and will not rotate until you unlock them.
Frequently Asked Questions
How do I select multiple bones at once to pose them together?
Hold Shift and click each bone you want to select, or press A to select all bones in the armature. You can also use box select by pressing B, then click and drag a rectangle around the bones you want. When multiple bones are selected, pressing R and rotating will move all of them together.
Can I use a mouse to rotate bones instead of typing numbers?
Yes. Press R, then the axis letter, then move your mouse left and right to rotate the bone. Watch the rotation value appear on screen as you move. Click to confirm the rotation, or press Escape to cancel. This is faster for rough poses but less precise than typing exact degree values.
What if my model looks broken or twisted after I pose it?
This usually means a bone is rotated too far or on the wrong axis. Press Ctrl + Z to undo the last rotation, or press A to select all bones, then press Alt + R to reset all rotations to zero. You can also select individual bones and press Alt + R to reset just that bone.
How do I move a bone to a different location without rotating it?
In Pose Mode, you cannot move bones — you can only rotate them. The position of bones is controlled by the armature structure itself. If you need to reposition a bone, you must enter Edit Mode (Tab again), select the bone, and move it with G. Return to Pose Mode (Tab) when you are done editing the armature structure.
Can I copy a pose from one model to another?
Yes, if both models use the same armature structure. Pose one model, select all bones with A, then press Ctrl + C to copy. Switch to the other model, enter Pose Mode, select all bones, and press Ctrl + V to paste the pose. This works only if the bone names and structure match exactly.