1

What I mean precisely is how to move multiple objects away from central point without scaling them.

This is what I'm working with: half a cylinder separated into triangles

I'm searching for a way to create little space between the triangles. All triangles are separate objects.

Or if you can do this with scaling that's ok too ofcourse.

Sajo
  • 11
  • 3

1 Answers1

0

In the header of the 3D window change the pivot point from median point (default) to "individual origins", then select all objects and scale.

enter image description here

josh sanfelici
  • 26,917
  • 2
  • 20
  • 40
  • with the given information above i have done but its working in different manner. Is there any other step that messing http://pasteall.org/pic/index.php?id=119115 – atek Oct 01 '17 at 12:41
  • You scaled in edit mode a single mesh with every triangle joined to the others, while the question was about many triangles as separate objects. – josh sanfelici Oct 01 '17 at 22:10
  • In this latter situation, select all edges in edit mode, then press "Ctrl E - edge split", so that every triangle will be "isolated", then it will work. – josh sanfelici Oct 01 '17 at 22:12