# Reducing vertex counts

## Summary

Published: Dec 20, 2024 by [mana vortex](mailto:undefined)\
Last documented edit: Aug 8, 2025 by lLorion

This page will show you how to reduce vertex counts in Blender, so that you can import your mesh into Cyberpunk.

### Wait, this is not what I want!

* Check [Troubleshooting your mesh edits](/cyberpunk-2077-modding/for-mod-creators-theory/3d-modelling/troubleshooting-your-mesh-edits.md) for more generic help
* Check [WKit Blender Plugin: Troubleshooting](/cyberpunk-2077-modding/for-mod-creators-theory/modding-tools/wolvenkit-blender-io-suite/wkit-blender-plugin-troubleshooting.md) for plugin-specific errors

### Prerequisites

You should be using the [Wolvenkit Blender IO Suite](/cyberpunk-2077-modding/for-mod-creators-theory/modding-tools/wolvenkit-blender-io-suite.md) for import/export from Blender.

***

One way you can reduce the vertex count on your mesh is by using the **Decimate** modifier in Blender.

## **Applying the Decimate modifier to your mesh**

First, you'll want to select the mesh/submesh you want to lower the vertex count on. You will know it is your active selection if it is highlighted in yellow, and not orange.

Next, at the bottom right, click on the blue wrench icon to go to where you add modifiers.

<figure><img src="/files/aH5DQE4FttqWzfGEZITF" alt=""><figcaption></figcaption></figure>

Click 'Add Modifier'

You can find the Decimate modifier here:

<figure><img src="/files/03an4XIuzSMhfBWXcEGM" alt=""><figcaption></figcaption></figure>

Once it is added, you can lower your vertex count by dragging down the ratio slider. Check 'Triangulate' as well. Some meshes use what are called "quads", which aren't compatible with most games.

<figure><img src="/files/U7jTD52VBgm6U3Krsacr" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
However, before you do this, it's a good idea to actually see what you're doing, so I recommend enabling the statistics overlay to see the live vertex count on your selected mesh.

<img src="/files/2KrEEBS0B65jsIobBNZF" alt="" data-size="original">

\
It will appear to the left, beside your toolbar

<img src="/files/aGU87rwYGY6oVAER7Xlg" alt="" data-size="original">
{% endhint %}

Now, drag down the ratio slider till you are happy with the result.

{% hint style="warning" %}
Each mesh and/or submesh must be under 65,000 vertices to be exported to Wolvenkit
{% endhint %}

Once you are done, apply the modifier:

<figure><img src="/files/mKbqWgNaLRnTCID2wooY" alt=""><figcaption></figcaption></figure>

All done :)

*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/3d-modelling/porting-3d-objects-to-cyberpunk/reducing-vertex-counts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
