بنقرة واحدة
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