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 applies a specific animation to a 3D character model that has already been rigged using the Meshy service. It takes a task ID from a previous rigging operation and an action ID to select the desired animation from the library. The node then processes the request and returns the animated model in both GLB and FBX file formats.

Inputs

ParameterData TypeRequiredRangeDescription
rig_task_idSTRINGYesN/AThe unique task ID from a previously completed Meshy character rigging operation.
action_idINTYes0 to 696The ID number of the animation action to apply. Visit https://docs.meshy.ai/en/api/animation-library for a list of available values. (default: 0)

Outputs

Output NameData TypeDescription
model_fileSTRINGA string identifier for the animated model. This output is provided for backward compatibility only.
GLBFILE3DGLBThe animated 3D model file in GLB format.
FBXFILE3DFBXThe animated 3D model file in FBX format.