원클릭으로
blender-attributes
Blender custom property CRUD — get, set, list, delete, and rename custom attributes on objects
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Blender custom property CRUD — get, set, list, delete, and rename custom attributes on objects
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-attributes |
| description | Blender custom property CRUD — get, set, list, delete, and rename custom attributes on objects |
| license | MIT |
| allowed-tools | ["Bash","Read"] |
| metadata | {"dcc-mcp":{"dcc":"blender","version":"1.0.0","tags":["blender","attributes","custom-properties","object-data"],"search-hint":"custom property, attribute, object data, custom attribute, id property, metadata","search-aliases":["custom properties","object attributes","property management","attribute editor","object metadata","custom data"],"intent":"Read, create, update, delete, and rename custom properties on Blender objects, matching Maya's attribute editor surface.","recall-context":{"app_type":"blender","domain":"authoring","workflow_stage":"authoring","task_category":"mutate"},"preconditions":[{"type":"software","name":"blender","version":">=4.0"},{"type":"scene_state","predicate":"has_open_scene"}],"side-effects":{"modifies":true,"creates":true,"targets":["object","id_property"]},"produces":["attribute_data"],"requires":[],"tools":"tools.yaml"}} |
Typed tools for Blender custom property CRUD — listing, reading, writing,
deleting, and renaming custom properties (ID properties) on objects. Mirror
the Maya maya-attributes skill surface for Blender.
| Tool | Description |
|---|---|
list_attributes | List all custom properties on an object |
get_attribute | Read a single custom property value |
set_attribute | Create or update a custom property with optional UI metadata |
delete_attribute | Remove a custom property |
rename_attribute | Rename an existing custom property |
list_attributes -> get_attributeset_attribute with pipeline metadatalist_attributes -> delete_attribute