{"skill":{"slug":"blender-mcp","displayName":"Blender Mcp","summary":"Advanced bridge to Blender via MCP. Allows querying scene, creating objects, applying materials, and running custom BPY code in real-time.","description":"---\nname: blender_mcp\ndescription: Advanced bridge to Blender via MCP. Allows querying scene, creating objects, applying materials, and running custom BPY code in real-time.\n---\n\n# Blender MCP Bridge\n\nThis skill connects Forge (blender_agent) directly to a running Blender instance.\n\n# Instructions\nCette skill est un **Bridge MCP** vers Blender. Tu ne dois pas coder la géométrie complexe à la main si un modèle existe.\n\n### 🛡️ Professional Scripts Library (Standard Operating Procedures)\nAvant de coder une solution ad-hoc, vérifie si un script maître existe dans ton dossier `scripts/` :\n\n- **`camera_rig_master.py`** : Utilise-le pour créer un rig professionnel (Empty-based) pour des Orbits 360 ou des travellings stables.\n- **`studio_lighting.py`** : (À venir) Pour forcer une configuration de lumière standardisée.\n- **`animation_pro.py`** : (À venir) Pour appliquer des courbes d'accélération aux objets.\n\n### 🛠️ Toolbox MCP\nUtilise l'outil `blender_mcp` avec les paramètres suivants :\n\n| Tool | Argument | Description |\n|---|---|---|\n| `search_sketchfab_models` | `query` (ex: \"lock mechanism\") | Trouve des modèles pros sur Sketchfab. |\n| `download_sketchfab_model` | `model_id` | Importe le modèle GLTF/FBX dans la scène. |\n| `search_polyhaven_assets` | `query`, `asset_type` (hdris) | Trouve des éclairages réels. |\n| `download_polyhaven_asset` | `asset_id` | Charge l'HDRI ou la Texture. |\n| `execute_code` | `code` (Python BPY) | Le couteau suisse (Caméra, Rendu, Save). |\n| `get_scene_info` | (none) | Liste les objets présents. |\n\n### 🚀 Workflow Opti pour \"L'Expert 3D\"\n1. **Intelligence Scene** : Utilise `get_scene_info` pour savoir ce qui est déjà là.\n2. **Lumière Pro** :\n   - Trouve un HDRI (PolyHaven) pour les reflets.\n   - Ajoute des `AREA` lights pour sculpter l'objet.\n3. **Animation (Exploded View)** :\n   ```python\n   # Exemple de keyframe\n   obj.location = (0,0,0)\n   obj.keyframe_insert(data_path=\"location\", frame=1)\n   obj.location = (1,0,0)\n   obj.keyframe_insert(data_path=\"location\", frame=40)\n   ```\n4. **Final Block (execute_code)** :\n   ```python\n   import bpy\n   # Rendu Transparent\n   bpy.context.scene.render.film_transparent = True\n   # Sauvegarde Master\n   bpy.ops.wm.save_as_mainfile(filepath=\"./lock_master.blend\")\n   # Rendu image ou animation\n   bpy.ops.render.render(write_still=True) \n   ```\n\n### 🎯 Monitoring\nSois bavard sur tes choix de lumières et d'angles. L'utilisateur veut une scène lumineuse et détaillée.\n\n## Usage\n\nUse this skill whenever you need real-time feedback from Blender or complex modeling tasks.\n\n**Example**:\n`utilise blender_mcp avec tool=\"create_object\" arguments='{\"type\": \"MESH_CUBE\", \"name\": \"HeroBox\"}'`\n","tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":1691,"installsAllTime":5,"installsCurrent":5,"stars":1,"versions":1},"createdAt":1773568626338,"updatedAt":1779078215654},"latestVersion":{"version":"1.0.0","createdAt":1773568626338,"changelog":"blender-mcp v1.0.0\n\n- Initial release of the advanced MCP bridge for Blender.\n- Enables real-time querying of the scene, object creation, material application, and custom BPY script execution.\n- Integrates asset search and import from Sketchfab and PolyHaven.\n- Includes usage guidelines, sample workflows, and a professional scripts library for standard scene, lighting, and animation tasks.\n- Designed as an expert tool for optimal, professional Blender workflows and automation.","license":"MIT-0"},"metadata":null,"owner":{"handle":"flayzz","userId":"s1789r7768ab759h78j7j1epz98857gs","displayName":"FlayZz","image":"https://avatars.githubusercontent.com/u/45981623?v=4"},"moderation":{"isSuspicious":false,"isMalwareBlocked":false,"verdict":"clean","reasonCodes":["review.llm_review"],"summary":"Review: review.llm_review","engineVersion":"v2.4.24","updatedAt":1780089895924}}