3D-MCP

by team-plask
Verified

batchSetParent

Set parent for multiple objects

Input Schema

NameRequiredDescriptionDefault
itemsYesParent assignments to make
maintainWorldTransformNoWhether to preserve world transforms after reparenting

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "items": { "description": "Parent assignments to make", "items": { "additionalProperties": false, "properties": { "id": { "description": "Object identifier", "type": "string" }, "parentId": { "description": "Parent object ID (null to unparent)", "type": [ "string", "null" ] } }, "required": [ "id", "parentId" ], "type": "object" }, "type": "array" }, "maintainWorldTransform": { "default": true, "description": "Whether to preserve world transforms after reparenting", "type": "boolean" } }, "required": [ "items" ], "type": "object" }

You must be authenticated.

Other Tools