3D-MCP

by team-plask
Verified

splitMeshes

Split 3D meshes into separate objects by material, unconnected parts, or selection. Use customizable naming patterns for organized results in 3D-MCP workflows.

Instructions

Split meshes into separate objects

Input Schema

NameRequiredDescriptionDefault
itemsYesMeshes to split

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "items": { "description": "Meshes to split", "items": { "additionalProperties": false, "properties": { "meshId": { "description": "Mesh identifier", "type": "string" }, "method": { "description": "Splitting method", "enum": [ "byMaterial", "byUnconnected", "bySelection" ], "type": "string" }, "namePattern": { "default": "{original}_part_{index}", "description": "Naming pattern for split results", "type": "string" } }, "required": [ "meshId", "method" ], "type": "object" }, "type": "array" } }, "required": [ "items" ], "type": "object" }

You must be authenticated.

Other Tools from 3D-MCP

Related Tools

ID: q8f72q5q5q