원클릭으로
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.