4

Coming from 3ds Max I was wondering if it's possible to inset a group of faces. The result I would like to achieve (using 3ds Max):

enter image description here

This is the result I get using the inset tool in Blender:

enter image description here

helmi77
  • 93
  • 1
  • 9

2 Answers2

6

Once you activate the Inset tool Disable "individual"

enter image description here

  • I messed up the geometry somehow so I had duplicated vertices/faces. Otherwise this would have worked. – helmi77 Jan 13 '18 at 16:20
2

As pointed out in the comments first I had to apply the scale to the object (Ctrl+A> Scale) and then remove doubles (W> Remove Doubles) for the inset to work as expected.

Ray Mairlot
  • 29,192
  • 11
  • 103
  • 125
helmi77
  • 93
  • 1
  • 9
  • thats because there where non selected zero faces that result in splits. You can see the points of that faces in your image – HenrikD Jan 14 '18 at 08:07