0

Hi I have used decimate before but is there a better way to reduce the polygons on an object such as the one in image 1?

Image 1 Subdivision 2 has been applied to this object

Mixstah
  • 121
  • 7
  • Decimate set to Unsubdivide method and even number of iterations should be good enough to do it – Mr Zak Feb 24 '19 at 00:09

3 Answers3

0

final

I see that you are using Blender 2.8 so you can make this object super low poly with new features in Bevel modifier.

Object:

You can create object in two ways. Quad based (edge loops) or simple Boolean.

object

Modifier:

Add Bevel modifier, check Harden Normals, switch mode to Angle and optionally change Outer Miter to Arc.

bevel

To be able to see the result, you will need to turn on Autosmooth and of course Shading Smooth.

autosmooth

cgslav
  • 17,548
  • 2
  • 39
  • 82
0

The same result as in cgslav's answer is a little more tedious in Blender 2.79 but just as easy. The starting object:

enter image description here

Duplicate the Object and hide the new object. Make sure the copy that is still visible is selected. Enable AutoSmooth in the Object Data Tab in the Properties Panel.

enter image description here

Add a Bevel Modifier and a Data Transfer Modifier. Set the other Cube as the Source Object, turn on Face Corner Data and set it to Projected Face Interpolated. Turn on Custom Normals and tweak the Bevel width to your liking. Segments needs to be an odd number for it to work, however there is probably no need for 3 or more Segments.

enter image description here

The final object has smooth shading and a minimal amount of Polygon. You can do the same steps in Blender 2.8, but checking Harden Normals in the Bevel settings as cgslav suggested is indeed a legit shortcut.

enter image description here

AzulShiva
  • 835
  • 1
  • 15
  • 35
0

If this object is a pure Catmull-Clark subdivided object you can try my unsubdivide script ;)

You can get at https://blenderartists.org/t/reverse-catmull-clark-subdivision/443634/33

Urko Mauduit
  • 126
  • 3