34

If I have multiple objects selected can I use scaling to make the objects closer together (without rescaling the objects)?

iKlsR
  • 43,379
  • 12
  • 156
  • 189
Sam Jackson
  • 341
  • 3
  • 3
  • http://blender.stackexchange.com/questions/3413/is-it-possible-to-move-parts-of-a-model-along-the-selected-normals – Jml19 May 29 '16 at 18:37

3 Answers3

38

Yes, enable the pivot-point-align option.

This transforms the center points only.

One way to think of this is as a ferris-wheel - where each gondola stays in place, but you can rotate their locations.

Scale: scale

Rotate: Even though you didn't ask about this, it helps to understand how the feature works. rotate

Gwen
  • 11,636
  • 14
  • 68
  • 88
ideasman42
  • 47,387
  • 10
  • 141
  • 223
11

As answered by @ideasman42, pivot point align option is a really awesome transformation tool. That coupled with Proportional Editing (Object Mode with Constant Falloff) the following transformations can be easily achieved.

Initial state of the objects

  1. Enable Pivot Point Align (Alt+,).
  2. Enable Proportional Editing (O).
  3. Choose Constant Falloff (Shift+O until constant falloff is displayed).

Enable Pivot Point Align, Proportional Editing with Constant Falloff

Left most object selected and scaled

Start scaling the objects and move the mouse while adjusting the proportional inflience area by scrolling the mouse wheel

Start scaling the objects

Middle object selected and scaled

In this case, the objects are proportionally scaled about the middle object.

Another way of scaling the same set of objects

satishgoda
  • 8,064
  • 2
  • 18
  • 35
3

For version 3.1:

  1. Open the 3D view side panel for current tool and select Affect only | Locations.

  2. Select Active Element as the pivot point.

  3. Use the scale tool.

enter image description here

Documentation for further details.

mins
  • 1,602
  • 3
  • 18
  • 34