Ai
9 tools in this family (folder Editor/Tools/Ai/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
ai_3d_check_riggable | writes | Pre-check whether a generated mesh can be auto-rigged. Takes the generation job's task id, |
ai_3d_download_result | writes | Download a completed mesh from the provider, place under Assets/Generated/{provider}/. |
ai_3d_generate_rigged_character | writes | One-call pipeline: text prompt -> generated mesh -> auto-rig (spec=mixamo) -> download -> |
ai_3d_get_job_status | read-only | Poll the status of a previously submitted ai_3d_* job. |
ai_3d_image_to_mesh | writes | Generate a 3D mesh from one or more reference images. Multi-view input supported by some providers (… |
ai_3d_list_providers | read-only | List all registered AI 3D providers and their capabilities (auth requirements, self-host support). |
ai_3d_retarget_animation | writes | Bake preset animation(s) onto a RIGGED mesh. Takes the rig job's task id, returns a job_id |
ai_3d_rig_model | writes | Auto-rig a generated mesh: produces a skeleton + skin weights from a generation task id. |
ai_3d_text_to_mesh | writes | Generate a 3D mesh from a text prompt using one of the configured AI providers. |