# Combine meshes by materials

> Use this feature to create one mesh per material from multiple meshes with various assigned materials.

API function: [algo.combineMaterials](/asset-transformer-sdk/2026.1/api/python/algo_functions.md#combinematerials)

Use this feature to create one mesh per material from multiple meshes with various assigned materials.

These options are available:

* Whether to merge parts that have no active material
* How to process parts whose **Visible** property is set to **False**:

  * Delete these parts
  * Set the **Visible** property of these parts to **True**
  * Merge these parts separately
