Update nodes.py

This commit is contained in:
kijai 2025-02-19 13:57:17 +02:00
parent d6d2d29902
commit c72af2135e

View File

@ -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())