3

How can I work with parameters in Blender? I tried searching on Google, but I didn't find results.

When I change the parameter on the X and Y axis, it works well, but when I go into Edit mode, I can't see the parameters. And when I extrude, I can't adjust them on the extrusion. How can I work with dimensions and how to make the parameters in real world scale?

Vladimir
  • 4,695
  • 14
  • 48
  • 68
  • See also http://blender.stackexchange.com/questions/274/what-are-some-best-practices-when-modelling-with-exact-measurements/275#275 – stacker Aug 05 '14 at 17:08
  • Related: https://blender.stackexchange.com/a/68678/28015 – JakeD Apr 27 '18 at 00:24

2 Answers2

4

First set the Units in the Scene properties to Metric or Imperial. If you are using Imperial, then checking Separate Units can help make it more natural.

For 2.8x enter image description here

For 2.7x Units

When entering in units in Object mode using the Dimensions, watch the scale. You have to apply the scale ( ctrl A > Scale ) before the same measurements will show in edit mode. When the scale of the object is applied (all three field set to 1) then dimensions will work as excepted in edit mode. enter image description here

David
  • 49,291
  • 38
  • 159
  • 317
2

First set your units in the properties window.

In Edit Mode you can use numeric input for transformations two ways:

Using Transform on the numeric tabs.

enter image description here

Or by inputting your parameters using the keyboard.

S to scale, R to rotate, G to grab (move),E to extrude.

For example: to extrude a face 2 units on the Z axis you'd select a face and type EZ2

To scale something in half you'd type S.5

To double the size on the Y axis only you'd type SY2

To rotate 90 degrees in X you'd type RX90

To move minus two units in X and Z you'd type GShiftY2-