ModelTranslator: model_decimate docstring 用法补 --max-overlap(评审 Minor)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
3609ea4334
commit
d18feae258
@@ -1,6 +1,6 @@
|
|||||||
"""FBX 减面 CLI:减到指定三角面数并重展 UV(seam 展开 + UVPM4 排布),输出 <名>_low.fbx。
|
"""FBX 减面 CLI:减到指定三角面数并重展 UV(seam 展开 + UVPM4 排布),输出 <名>_low.fbx。
|
||||||
用法:python model_decimate.py src/well1500.fbx --tris 5000 [-o dir]
|
用法: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 argparse
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user