一键导入
blender-dev
Blender add-on development diagnostics, reloads, UI metadata, and environment checks
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Blender add-on development diagnostics, reloads, UI metadata, and environment checks
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Blender reusable light rigs, HDRI/world setup and rotation animation, light grouping, and render-view controls
Blender object manipulation — create, delete, move, rotate, scale and duplicate objects
Blender rigid body, soft body, cloth, collision, force fields, particle systems, constraints, and simulation cache tools
Set up dcc-mcp-blender for an agent or operator: install Blender Python dependencies with Blender's bundled interpreter, generate MCP host configuration, guide the user through enabling the Blender add-on, and run a first live-tool smoke prompt.
Blender rendering — render scenes, run observable background animation jobs, capture viewport images, and configure output
Blender scene assembly — merge .blend files, append/link data blocks, manage view layers and external references
| name | blender-dev |
| description | Blender add-on development diagnostics, reloads, UI metadata, and environment checks |
| license | MIT |
| allowed-tools | ["Bash","Read"] |
| metadata | {"dcc-mcp":{"dcc":"blender","version":"1.0.0","tags":["blender","development","diagnostics","addon","reload","ui","debug"],"search-hint":"addon diagnostics, reload modules, run check, development, debug server, UI snapshot, Python environment","search-aliases":["developer tools","debug addon","module reload","sys.path","diagnostic check","UI inspector","debugpy","addon state","dev environment"],"intent":"Development-only diagnostics for Blender add-on debugging — inspect state, reload modules, attach debugger, and query environment.","recall-context":{"app_type":"blender","domain":"diagnostics","workflow_stage":"diagnostics","task_category":"query"},"preconditions":[{"type":"software","name":"blender","version":">=4.0"}],"side-effects":{"modifies":true,"imports":true,"targets":["addon_state","sys.path","module_cache"]},"produces":["diagnostic_report","ui_snapshot","environment_info"],"requires":[],"tools":"tools.yaml"}} |
Development-only diagnostics for Blender add-ons and adapter debugging.
Prefer typed domain skills for scene authoring. Use this skill when you need to
inspect add-on state, attach a checkout to sys.path, reload development
modules, run a named diagnostic check, inspect structured UI metadata, or start
an optional debugpy listener. Code execution helpers can run arbitrary Python
inside Blender and should be used only for explicit development or test flows.