Code Yarns ‍👨‍💻
Tech BlogPersonal Blog

How to decimate in Blender

📅 2013-Oct-24 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ blender, decimate ⬩ 📚 Archive

The Decimate operation in Blender allows you to simplify a model by reducing the number of faces or triangles in its mesh. One common way to do this is by collapsing edges. In addition to this, Blender also supports two other decimation methods called UnSubdivide and Planar. Decimating a mesh is easy:

  1. Load the model you want to decimate into Blender using File > Open.

  2. In the Properties window on the right, click the Object Modifiers button. This looks like a spanner.

  3. The current modifiers applied on the model are displayed here. Do not remove existing modifiers. Choose Add modifier > Generate > Decimate.

  4. To apply decimate operation, the mesh of your model needs to be a manifold. If it is not, Blender complains that the mesh is a non-manifold. You need to first fix the non-manifold elements of the mesh.

  5. If your mesh is a manifold, then just pick one of the three decimation types: Collapse, Un-subdivide and Planar.The latter two might not be there in versions of Blender that are older than 2.65.

  6. If you chose Collapse, then reduce the decimation Ratio. The number of resulting faces is displayed below in the modifier. But, the decimation is not applied until you click the Apply button. Do that and your mesh is decimated.

Tried with: Blender 2.69 and Ubuntu 12.04 LTS


© 2022 Ashwin Nanjappa • All writing under CC BY-SA license • 🐘 @codeyarns@hachyderm.io📧