Blender cross-DCC asset import skill — consumes an AssetDescriptor, opens the asset file in Blender, and returns an ImportToSceneResult. Use as the receiving end of the asset import pipeline after an asset-source skill resolves the descriptor.
$npx -y skills add dcc-mcp/dcc-mcp-blender --skill blender-import-to-sceneInstalls into the current project.
Run `npx skills use "https://github.com/dcc-mcp/dcc-mcp-blender" --skill "dcc-mcp/dcc-mcp-blender/blender-import-to-scene"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/dcc-mcp/dcc-mcp-blender" that are relevant to the current task. Run `npx skills add "https://github.com/dcc-mcp/dcc-mcp-blender"` and select the relevant skills, then follow their instructions.