ModelTranslator: model_decimate docstring 用法补 --max-overlap(评审 Minor)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
ud18010
2026-07-21 12:40:51 +08:00
co-authored by Claude Opus 4.8
parent 3609ea4334
commit d18feae258
+1 -1
View File
@@ -1,6 +1,6 @@
"""FBX 减面 CLI:减到指定三角面数并重展 UV(seam 展开 + UVPM4 排布),输出 <名>_low.fbx。
用法:python model_decimate.py src/well1500.fbx --tris 5000 [-o dir]
[--unwrap seam|smart] [--blender exe]"""
[--unwrap seam|smart] [--max-overlap 0.15] [--blender exe]"""
import argparse
import os