diff --git a/hy3dpaint/convert_utils.py b/hy3dpaint/convert_utils.py index 7ca66c0b..7021c9bc 100644 --- a/hy3dpaint/convert_utils.py +++ b/hy3dpaint/convert_utils.py @@ -135,6 +135,6 @@ def image_to_data_uri(image_path): # 9. 保存最终GLB gltf.save(output_path) - print(f"PBR GLB文件已保存: {output_path}") + print(f"PBR GLB file saved: {output_path}")