From 51b2f34df587f76f0ae964b22a02c46759753d93 Mon Sep 17 00:00:00 2001 From: Terry Jia Date: Mon, 1 Jun 2026 14:38:12 -0400 Subject: [PATCH] feat(io): accept splat / point-cloud File3D types on Save 3D Model --- comfy_extras/nodes_save_3d.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/comfy_extras/nodes_save_3d.py b/comfy_extras/nodes_save_3d.py index a91549e7f..1b6592bb2 100644 --- a/comfy_extras/nodes_save_3d.py +++ b/comfy_extras/nodes_save_3d.py @@ -337,6 +337,12 @@ class SaveGLB(IO.ComfyNode): IO.File3DFBX, IO.File3DSTL, IO.File3DUSDZ, + IO.File3DPLY, + IO.File3DSPLAT, + IO.File3DSPZ, + IO.File3DKSPLAT, + IO.File3DSplatAny, + IO.File3DPointCloudAny, IO.File3DAny, ], tooltip="Mesh or 3D file to save",