clearSelection
Remove selected elements in 3D creative workflows via 3D-MCP. Specify an optional domain like 'mesh' or 'animation' to restrict clearing for precise control.
Instructions
Clear current selection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | No | Optional domain to restrict clearing (e.g., 'mesh', 'animation') |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"domain": {
"description": "Optional domain to restrict clearing (e.g., 'mesh', 'animation')",
"type": "string"
}
},
"type": "object"
}