blender_generate_lods
Generate decimated LOD copies of selected meshes into a LOD collection, reporting original and generated face counts to show the trade-off.
Instructions
Create decimated LOD copies of meshes and put them in a LOD collection.
Reports the original and generated face counts so the trade-off is visible instead of assumed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| levels | No | Decimate ratios, e.g. [0.5, 0.25, 0.1]. | |
| suffix | No | Name suffix pattern; {level} is replaced. | _LOD{level} |
| objects | No | Meshes to duplicate into LODs. | |
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | markdown |