mirror of
https://git.datalinker.icu/kijai/ComfyUI-Hunyuan3DWrapper.git
synced 2025-12-09 04:44:26 +08:00
Update nodes.py
This commit is contained in:
parent
ac28a60ac0
commit
b2a0f3d60c
2
nodes.py
2
nodes.py
@ -1266,7 +1266,7 @@ class Hy3DIMRemesh:
|
|||||||
if triangulate_result:
|
if triangulate_result:
|
||||||
new_faces = trimesh.geometry.triangulate_quads(new_faces)
|
new_faces = trimesh.geometry.triangulate_quads(new_faces)
|
||||||
|
|
||||||
new_mesh = trimesh.Trimesh(new_verts, new_faces)
|
new_mesh = Trimesh.Trimesh(new_verts, new_faces)
|
||||||
|
|
||||||
return (new_mesh, )
|
return (new_mesh, )
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user