Rotating, Moving and Resizing in Blender - Ezekial711/MonsterHunterWorldModding GitHub Wiki

Resizing

  1. To resize, either press s, and end by clicking, or press the scale button while in object mode. If you want to only resize in a specific axis, you can hit the key corresponding to it once in scaling mode. You can also type the exact amount you want to scale. So if I want half the size in the x direction I would hit s -> x -> [type .5] -> Enter

[Image 1]

  1. After scaling hit ctrl-a and apply scaling.

Moving

  1. Move the xyz coordinate arrows in the 3d viewer while in object mode.

  2. After moving, hit ctrl a and apply Location

Rotating

  1. Hit either G or the rotation button while in object mode.

[Image 2]

  1. You can choose exact angles on the left side dialogue that appears once you click after rotation. This also allows you to constrain axes.

  2. After rotation, hit ctrl-a and apply rotation.