← 返回 Skills 市场
2418
总下载
4
收藏
19
当前安装
1
版本数
在 OpenClaw 中安装
/install blender
功能描述
Avoid common Blender mistakes — transform application, modifier order, UV seams, and export settings for game engines.
使用说明 (SKILL.md)
Transforms
- Apply scale before export —
Ctrl+A→ Scale, or objects deform in game engines - Apply rotation for correct orientation — especially for rigged models
- Non-uniform scale breaks modifiers — apply scale before Mirror, Bevel, etc.
- Reset transforms:
Alt+G/R/S— location, rotation, scale to defaults
Object vs Edit Mode
- Object mode transforms affect whole object — Edit mode transforms geometry only
- Modifiers applied in Object mode — Edit mode shows base mesh
- Selection works differently — Object selects whole, Edit selects vertices/edges/faces
Tabto toggle — most operations mode-specific
Normals
- Flipped normals = invisible faces —
Shift+Nto recalculate outside - Check in Viewport Overlays → Face Orientation — blue is correct, red is flipped
Ctrl+Shift+Nfor flip inside — useful for interior scenes- Smooth shading issues = bad normals — recalculate first
Modifiers
- Order matters — Mirror before Subdivision, Bevel before Mirror typically
- Apply modifiers for export — game engines don't understand Blender modifiers
- Array + Curve = deformation issues — apply Array first, then Curve
- Subdivision preview vs render levels — set same for consistent export
UV Unwrapping
- Mark seams where texture can split —
Ctrl+E→ Mark Seam - Seams at hidden areas — under arms, behind ears, model edges
U→ Unwrap after marking — Smart UV Project as fallback- Check UV overlap — causes baking issues, separate islands
Origin Point
- Origin affects rotation/scale pivot —
Right-click→ Set Origin - Origin to geometry for centered pivot — Origin to 3D Cursor for precise placement
- Origin matters for game engine import — often should be at feet/base
Export for Game Engines
- FBX or glTF for Unity/Unreal — glTF for web
- Apply transforms on export — "Apply Scalings: FBX All" for Unity
- Forward axis:
-Z Forward, Up:Y Upfor Unity — different for Unreal - Embed textures or pack separately — depends on workflow
Python API (bpy)
bpy.contextis current state — selection, active object, modebpy.datais all data — access any object by name regardless of selectionbpy.opsare operators — require correct context (mode, selection)- Override context for operators —
{'object': obj, 'selected_objects': [obj]} - Most ops need Object mode —
bpy.ops.object.mode_set(mode='OBJECT')first
Common Mistakes
- Duplicate with Alt+D creates linked copy — changes affect both, use Shift+D for independent
- Delete vs Dissolve — Delete removes geometry, Dissolve merges (Edit mode)
- Proportional editing left on — affects unexpected vertices, check header
- Subdivision on high-poly crashes — start with Levels: 1, increase gradually
- Materials not linked to object — won't export, must be assigned to faces
安全使用建议
This skill is a simple, local instruction-only guide for Blender and appears safe: it asks for no credentials, installs, or system access. The main non-security concern is provenance — the source and homepage are unknown. If you require stronger assurances, prefer skills from known authors or registries, and avoid granting broader platform permissions or secrets to skills you don't trust.
功能分析
Type: OpenClaw Skill
Name: blender
Version: 1.0.0
The skill bundle provides educational content and best practices for using Blender, including hotkeys, workflow tips, and a brief overview of the Blender Python API (`bpy`). There is no evidence of malicious intent, data exfiltration, unauthorized execution, persistence mechanisms, or prompt injection attempts against the OpenClaw agent. All content in SKILL.md is purely informational and relevant to the stated purpose of avoiding common Blender mistakes.
能力评估
Purpose & Capability
Name/description match the SKILL.md content (Blender export, transforms, UVs, bpy tips). The skill does not request unrelated permissions, binaries, or credentials.
Instruction Scope
Instructions are limited to Blender usage and the Python bpy API; they do not ask the agent to read system files, environment variables, or send data to external endpoints.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is written to disk or fetched at install time.
Credentials
No environment variables, credentials, or config paths are required—proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request elevated persistence or modify other skills; autonomous invocation is allowed but is the platform default and not itself risky here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install blender - 安装完成后,直接呼叫该 Skill 的名称或使用
/blender触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Blender 是什么?
Avoid common Blender mistakes — transform application, modifier order, UV seams, and export settings for game engines. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2418 次。
如何安装 Blender?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install blender」即可一键安装,无需额外配置。
Blender 是免费的吗?
是的,Blender 完全免费(开源免费),可自由下载、安装和使用。
Blender 支持哪些平台?
Blender 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 Blender?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。
推荐 Skills