From 195d71076fac888549ba4f1fb9253471251e1ae4 Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Wed, 20 May 2026 10:00:49 +0800 Subject: [PATCH] Deprecate redundant voxel to mesh node --- comfy_extras/nodes_hunyuan3d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_hunyuan3d.py b/comfy_extras/nodes_hunyuan3d.py index 803cd1824..f71aa4366 100644 --- a/comfy_extras/nodes_hunyuan3d.py +++ b/comfy_extras/nodes_hunyuan3d.py @@ -419,7 +419,7 @@ class VoxelToMeshBasic(IO.ComfyNode): def define_schema(cls): return IO.Schema( node_id="VoxelToMeshBasic", - display_name="Voxel to Mesh (Basic) (Deprecated)", + display_name="Voxel to Mesh (Basic) (DEPRECATED)", category="3d", inputs=[ IO.Voxel.Input("voxel"),