From BlenderWiki

< Doc:Manual | 3D interaction | Manipulation
Revision as of 14:19, 6 October 2009 by Mont29 (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

If you want to document Blender 2.5 features please edit pages under Doc:2.5/Manual.
If a "2.5" page doesn't exist please copy the text from 2.4x Manual and edit the new page (i.e. you should paste the wikitext from this 2.4x page to this new 2.5x page and then update the latter with 2.5 features)


[edit] Normal axis locking

Mode: Object and Edit modes (translate, rotate, scale, extrude)

Hotkey: X, Y, Z

Blender has a very useful option: if you want to…

  • S - Scale,
  • R - Rotate,
  • G - Move/Grab/Translate,
  • E - Extrude,

…the selected object, the operation can be constrained to one axis:

Press the appropriate key to start the operation (e.g. S to scale), then press X, Y, or Z to constrain to the corresponding global axis.

If the same “axis” key is pressed again, the operation is constrained to the object’s local axis (by default : it depends in fact on the selected transform orientation). E.g. G, X, X to constrain to the object’s local X axis.

[edit] Move/Translate

Press:

  • G, X for the global X-axis (along left-right).
  • G, Y for the global Y-axis (along forward-backward).
  • G, Z for the global Z-axis (along up-down).
Translation/Grab with locked axis X, Y and Z.


[edit] Rotate

Press:

  • R, X for the global X-axis (around left-right).
  • R, Y for the global Y-axis (around forward-backward).
  • R, Z for the global Z-axis (around up-down).
Rotation with locked axis X, Y and Z.


[edit] Scale

Press:

  • S, X for the global X-axis (along left-right).
  • S, Y for the global Y-axis (along forward-backward).
  • S, Z for the global Z-axis (along up-down).
Scale with locked axis X, Y and Z.


[edit] Plane axis locking

Mode: Object and Edit modes (translate, rotate, scale, extrude)

Hotkey: ⇧ ShiftX, ⇧ ShiftY, ⇧ ShiftZ

You can lock two axes at once at both the global and the local axes. Press ⇧ ShiftX, ⇧ ShiftY or ⇧ ShiftZ to lock the other two axes:

  • ⇧ ShiftX - Uses Y+Z
  • ⇧ ShiftY - Uses X+Z
  • ⇧ ShiftZ - Uses X+Y


[edit] Move/Translate

  • Press G, ⇧ ShiftX to move only along the global Y-axis and Z-axis (not left-right).
  • Press G, ⇧ ShiftY to move only along the global X-axis and Z-axis (not forward-backward).
  • Press G, ⇧ ShiftZ to move only along the global X-axis and Y-axis (not up-down).
Translation/Grab with locked axes Y+Z, X+Z and X+Y.


[edit] Rotate

For rotation pressing ⇧ Shift has no effect (except for the display of different axes).

Rotating an object by locking two axes has the same effect as using only one axis to lock it, as rotation using two axes will rotate the object on the unlocked axis.

[edit] Scale

  • Press S, ⇧ ShiftX for the global Y-axis and Z-axis (not left-right).
  • Press S, ⇧ ShiftY for the global X-axis and Z-axis (not forward-backward).
  • Press S, ⇧ ShiftZ for the global X-axis and Y-axis (not up-down).
Scale with locked axes Y+Z, X+Z and X+Y.