mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-03 04:47:29 +08:00
feat(io): accept splat / point-cloud File3D types on Save 3D Model
Some checks failed
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Build package / Build Test (3.10) (push) Has been cancelled
Build package / Build Test (3.11) (push) Has been cancelled
Build package / Build Test (3.12) (push) Has been cancelled
Build package / Build Test (3.13) (push) Has been cancelled
Build package / Build Test (3.14) (push) Has been cancelled
Some checks failed
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Build package / Build Test (3.10) (push) Has been cancelled
Build package / Build Test (3.11) (push) Has been cancelled
Build package / Build Test (3.12) (push) Has been cancelled
Build package / Build Test (3.13) (push) Has been cancelled
Build package / Build Test (3.14) (push) Has been cancelled
This commit is contained in:
parent
7e26f974f6
commit
51b2f34df5
@ -337,6 +337,12 @@ class SaveGLB(IO.ComfyNode):
|
|||||||
IO.File3DFBX,
|
IO.File3DFBX,
|
||||||
IO.File3DSTL,
|
IO.File3DSTL,
|
||||||
IO.File3DUSDZ,
|
IO.File3DUSDZ,
|
||||||
|
IO.File3DPLY,
|
||||||
|
IO.File3DSPLAT,
|
||||||
|
IO.File3DSPZ,
|
||||||
|
IO.File3DKSPLAT,
|
||||||
|
IO.File3DSplatAny,
|
||||||
|
IO.File3DPointCloudAny,
|
||||||
IO.File3DAny,
|
IO.File3DAny,
|
||||||
],
|
],
|
||||||
tooltip="Mesh or 3D file to save",
|
tooltip="Mesh or 3D file to save",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user