download_sketchfab_model
Download and import a Sketchfab model into Blender using its unique UID. Ensure the model is downloadable and you have proper access rights for successful retrieval and integration.
Instructions
Download and import a Sketchfab model by its UID.
Parameters:
uid: The unique identifier of the Sketchfab model
Returns a message indicating success or failure. The model must be downloadable and you must have proper access rights.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uid | Yes |
Input Schema (JSON Schema)
{
"properties": {
"uid": {
"title": "Uid",
"type": "string"
}
},
"required": [
"uid"
],
"title": "download_sketchfab_modelArguments",
"type": "object"
}