1

When scaling or extruding a Gear's Edges, the edges seem to scale down on the Z axis, in a way that is not level with the origin point of the edges:

enter image description here

Any other "default" Blender object will scale or extrude without scaling down on the Z axis:

enter image description here

enter image description here

How do I scale or extrude these edges without them moving to the center on the Z axis? I don't think it has to do with applying scale/location because all three GIFs in this question were produced at default size for each object.

MicroMachine
  • 4,611
  • 17
  • 62
  • 109

1 Answers1

5

The reason for this is because you have two edges selected, meaning your total selection has some height. Scaling by default will scale along each axis by the same percentage, thus it flattens some. To not scale on the Z axis, simply scale only on the X and Y axes. To do so, press S then Shift+Z to disable scaling on the z axis.

Brenticus
  • 6,805
  • 1
  • 13
  • 21