From c72af2135eb4b04495d52475439039fc38bde37b Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Wed, 19 Feb 2025 13:57:17 +0200 Subject: [PATCH] Update nodes.py --- nodes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes.py b/nodes.py index c26f521..e57f1ff 100644 --- a/nodes.py +++ b/nodes.py @@ -1426,6 +1426,7 @@ class Hy3DExportMesh: RETURN_NAMES = ("glb_path",) FUNCTION = "process" CATEGORY = "Hunyuan3DWrapper" + OUTPUT_NODE = True def process(self, trimesh, filename_prefix, file_format, save_file=True): full_output_folder, filename, counter, subfolder, filename_prefix = folder_paths.get_save_image_path(filename_prefix, folder_paths.get_output_directory())