ModelTranslator: polish QR backend (docstring, gitignore out_*, progress tests)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
ud18010
2026-07-22 17:32:42 +08:00
co-authored by Claude Opus 4.8
parent ac99d104c0
commit 44060ac3cb
3 changed files with 10 additions and 1 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
"""Blender 内运行:FBX 减面到指定三角面数 + UV 重展(锐边 seam 或 Smart UV Project)。
调用:blender -b --factory-startup --python bl_decimate.py -- <src.fbx> <out.fbx> <target_tris> [seam|smart]
调用:blender -b --factory-startup --python bl_decimate.py --
<src.fbx> <out.fbx> <target_tris> [unwrap:seam|smart] [overlap_tol] [reducer:collapse|quad]
"""
import os
import sys