[fix-bug]删除bpy依赖,并修改纹理生成种obj文件转换为gltf文件 #163
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
问题描述
修复bpy依赖无法安装,导致hy3dpaint/demo.py无法运行的问题
修改内容
requirements.txt中的bpy==4.0依赖,避免安装问题convert_obj_to_glb函数为quick_convert_with_obj2gltfconvert_utils导入create_glb_with_pbr_materialsquick_convert_with_obj2gltf函数以提供更好的GLB转换功能测试