ComfyUI/comfy_api_nodes/util
Alexander Piskun fb23935c11
feat(comfy_api): add basic 3D Model file types (#12129)
* feat(comfy_api): add basic 3D Model file types

* update Tripo nodes to use File3DGLB

* update Rodin3D nodes to use File3DGLB

* address PR review feedback:

- Rename File3D parameter 'path' to 'source'
- Convert File3D.data property to get_data()
- Make .glb extension check case-insensitive in nodes_rodin.py
- Restrict SaveGLB node to only accept File3DGLB

* Fixed a bug in the Meshy Rig and Animation nodes

* Fix backward compatability
2026-02-03 10:31:46 -08:00
..
__init__.py feat(comfy_api): add basic 3D Model file types (#12129) 2026-02-03 10:31:46 -08:00
_helpers.py fix(api-nodes-vidu): preserve percent-encoding for signed URLs (#11564) 2025-12-30 20:12:38 -08:00
client.py [API Nodes] add TencentHunyuan3D nodes (#12026) 2026-01-24 17:10:09 -08:00
common_exceptions.py feat(api-nodes): network client v2: async ops, cancellation, downloads, refactor (#10390) 2025-10-23 22:37:16 -07:00
conversions.py [API Nodes] add Magnific nodes (#11986) 2026-01-26 14:10:09 -08:00
download_helpers.py feat(comfy_api): add basic 3D Model file types (#12129) 2026-02-03 10:31:46 -08:00
request_logger.py [API Nodes]: fixes and refactor (#11104) 2025-12-04 14:05:28 -08:00
upload_helpers.py [API Nodes] HitPaw API nodes (#12117) 2026-02-02 19:17:59 -08:00
validation_utils.py [API Nodes]: fixes and refactor (#11104) 2025-12-04 14:05:28 -08:00