返回顶部
b

blender_mcpBlender MCP桥

Advanced bridge to Blender via MCP. Allows querying scene, creating objects, applying materials, and running custom BPY code in real-time.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
431
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

blender_mcp

Blender MCP 桥接

此技能将 Forge (blender_agent) 直接连接到正在运行的 Blender 实例。

使用说明

此技能是一个指向 Blender 的 MCP 桥接。如果存在现有模型,你不应手动编写复杂的几何体代码。

🛡️ 专业脚本库(标准操作流程)

在编写临时解决方案之前,请检查你的 scripts/ 文件夹中是否存在主脚本:
  • - camerarigmaster.py:用于创建专业级(基于空对象)的摄像机装备,实现 360 度环绕或稳定运镜。
  • studiolighting.py:(即将推出)用于强制设置标准化的灯光配置。
  • animationpro.py:(即将推出)用于为对象应用缓动曲线。

🛠️ MCP 工具箱

使用 blender_mcp 工具并配合以下参数:
工具参数描述
searchsketchfabmodelsquery(例如:lock mechanism)在 Sketchfab 上搜索专业模型。
downloadsketchfabmodel
model_id | 将 GLTF/FBX 模型导入场景。 | | searchpolyhavenassets | query, asset_type(hdris) | 查找真实光照环境。 | | downloadpolyhavenasset | asset_id | 加载 HDRI 或纹理。 | | execute_code | code(Python BPY) | 瑞士军刀(摄像机、渲染、保存)。 | | getsceneinfo | (无) | 列出当前场景中的对象。 |

🚀 3D专家优化工作流程

  1. 1. 场景智能:使用 getsceneinfo 了解当前场景中已有的内容。
  2. 专业灯光
- 查找 HDRI(PolyHaven)以获得反射效果。 - 添加 AREA 灯光来塑造对象轮廓。
  1. 3. 动画(分解视图)
python # 关键帧示例 obj.location = (0,0,0) obj.keyframeinsert(datapath=location, frame=1) obj.location = (1,0,0) obj.keyframeinsert(datapath=location, frame=40)
  1. 4. 最终代码块(execute_code)
python import bpy # 透明渲染 bpy.context.scene.render.film_transparent = True # 保存主文件 bpy.ops.wm.saveasmainfile(filepath=./lock_master.blend) # 渲染图像或动画 bpy.ops.render.render(write_still=True)

🎯 监控

请详细说明你的灯光和角度选择。用户希望获得明亮且细节丰富的场景。

使用场景

当你需要 Blender 的实时反馈或执行复杂的建模任务时,请使用此技能。

示例
使用 blendermcp 工具=createobject 参数={type: MESH_CUBE, name: HeroBox}

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 blender-mcp-1776075185 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 blender-mcp-1776075185 技能

通过命令行安装

skillhub install blender-mcp-1776075185

下载

⬇ 下载 blender_mcp v1.0.0(免费)

文件大小: 6 KB | 发布时间: 2026-4-15 11:54

v1.0.0 最新 2026-4-15 11:54
blender-mcp v1.0.0

- Initial release of the advanced MCP bridge for Blender.
- Enables real-time querying of the scene, object creation, material application, and custom BPY script execution.
- Integrates asset search and import from Sketchfab and PolyHaven.
- Includes usage guidelines, sample workflows, and a professional scripts library for standard scene, lighting, and animation tasks.
- Designed as an expert tool for optimal, professional Blender workflows and automation.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部