一键导入
blender-node-graph
Blender node graph introspection — compositor nodes, cross-graph discovery (material, geometry, compositor)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Blender node graph introspection — compositor nodes, cross-graph discovery (material, geometry, compositor)
用 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-node-graph |
| description | Blender node graph introspection — compositor nodes, cross-graph discovery (material, geometry, compositor) |
| license | MIT |
| allowed-tools | ["Bash","Read"] |
| metadata | {"dcc-mcp":{"dcc":"blender","version":"1.0.0","tags":["blender","node-graph","compositor","nodes","shader","geometry-nodes"],"search-hint":"node graph, compositor nodes, material nodes, geometry nodes, all node graphs, node tree discovery","search-aliases":["compositor","all node graphs","cross-graph","node tree overview","compositor node tree","shader nodes","geometry nodes list"],"intent":"Introspect all Blender node graph types (compositor, material, geometry) and expose compositor-specific node tree information.","recall-context":{"app_type":"blender","domain":"authoring","workflow_stage":"lookdev","task_category":"read_only"},"preconditions":[{"type":"software","name":"blender","version":">=4.0"},{"type":"scene_state","predicate":"has_open_scene"}],"side-effects":{"modifies":false,"creates":false,"targets":[]},"produces":["node_graph_inventory"],"requires":["blender-shader-nodes","blender-geometry-nodes"],"tools":"tools.yaml"}} |
Typed tools for broad node graph introspection — discovering all node graphs
in the scene (material, geometry, compositor) and inspecting the compositor
node tree specifically. For detailed shader or geometry node editing, use
blender-shader-nodes or blender-geometry-nodes respectively.
| Tool | Description |
|---|---|
list_all_node_graphs | Discover all node graphs (material, geometry, compositor) in the scene |
get_compositor_node_tree | Return the full compositor node tree (nodes + links) |
list_compositor_nodes | List nodes in the compositor node tree |
list_all_node_graphs -> drill into specific graphsget_compositor_node_tree for full graph overview