From 6a61f6423dfb0615aee5413d2cf8f504ef58b5c7 Mon Sep 17 00:00:00 2001 From: KawasakiAkasei Date: Wed, 27 May 2026 13:55:06 +0800 Subject: [PATCH] docs: add include_converted param to download_model docstrings --- hunyuan3dweb/api.py | 3 ++- hunyuan3dweb/api_complete.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hunyuan3dweb/api.py b/hunyuan3dweb/api.py index 9ca5cf8..6eed421 100644 --- a/hunyuan3dweb/api.py +++ b/hunyuan3dweb/api.py @@ -283,8 +283,9 @@ class Hunyuan3DAPI: Args: creation_id: 创作ID - format_key: 格式键名,如 'glb' / 'obj' / 'pbrNormalImage' 等 + format_key: 格式键名,如 'glb' / 'obj' / 'usdz' / 'pbrNormalImage' 等 output_path: 本地保存路径,为空时自动从URL推断文件名 + include_converted: 是否包含转换格式(fbx/stl/usdz/mp4/gif) Returns: 实际保存的本地文件路径 diff --git a/hunyuan3dweb/api_complete.py b/hunyuan3dweb/api_complete.py index aa2b66e..f8935d5 100644 --- a/hunyuan3dweb/api_complete.py +++ b/hunyuan3dweb/api_complete.py @@ -227,8 +227,9 @@ class Hunyuan3DAPI: Args: creation_id: 创作ID - format_key: 格式键名,如 'glb' / 'obj' / 'pbrNormalImage' 等 + format_key: 格式键名,如 'glb' / 'obj' / 'usdz' / 'pbrNormalImage' 等 output_path: 本地保存路径,为空时自动从URL推断文件名 + include_converted: 是否包含转换格式(fbx/stl/usdz/mp4/gif) Returns: 实际保存的本地文件路径