Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
This node uses the Tencent Hunyuan3D API to automatically analyze a 3D model and generate or identify its components based on its structure. It processes the model and returns a new FBX file.

Inputs

ParameterData TypeRequiredRangeDescription
model_3dFILE3DYesFBX, AnyThe 3D model to process. The model should be in FBX format and have less than 30000 faces.
seedINTNo0 to 2147483647A seed value to control whether the node should re-run. The results are non-deterministic regardless of the seed value. (default: 0)
Note: The model_3d input only supports files in the FBX format. If a different 3D file format is provided, the node will raise an error.

Outputs

Output NameData TypeDescription
FBXFILE3DFBXThe processed 3D model, returned as an FBX file.