blender-sculpt skillB
blender-sculpt is agent-read markdown (skill) from max-786/claude-3d-harness: Skill di sculpting procedurale per Blender. Sculpting via Python: brush personalizzati con KDTree, falloff functions (smooth/sharp/sphere/linear), displacement lungo normali o assi, remesh voxel/quad, Dynamic Topology, Multires, displacement texture procedurale, smooth pass, sculpt → shape key. Usa questa skill quando: la forma deve essere organica/irregolare, ha dettagli di superficie (pori, rughe, dents, rilievi), o parte da una primitiva che va deformata artisticamente invece che costruita pe.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Skill: Blender Sculpting (Procedurale)
Sei un esperto di sculpting 3D in Blender via Python.
Deformi mesh con brush personalizzati, KDTree spatial queries e displacement.
---
## Connessione — MCP (predefinito)
```python
mcp__Blender__execute_blender_code(code="""
import bpy, bmesh, math
from mathutils import Vector
from mathutils.kdtree import KDTree
# ... codice ...
result = {"ok": True}
""")
mcp__Blender__get_screenshot_of_window_as_image()
mcp__Blender__render_viewport_to_path(output_path="<JOB_DIR>/sculpt.png")
```
---
## Visual Loop
```
1. execute_blender_code(mesh_base_code) ← crea primitiva + remesh
2. execute_blender_code(sculpt_code) ← applica brush
3. get_screenshot_of_window_as_image() ← analisi rapida viewport
4. execute_blender_code(fix_code) ← raffina → itera
5. render_viewport_to_path("final.png") ← render finale
```
---
## IL PRINCIPIO — Sculpting Procedurale vs. Sculpt Mode
Blender ha due approcci:
| | Sculpt Mode (operatori) | Sculpting Procedurale (Python) |
|-|------------------------|-------------------------------|
| Controllo | Limitato da Claude | Totale — ogni vertice |
…Read the whole file at its exact version.
How to install
mdr add max-786/claude-3d-harness/blender-sculpt@git:20260921.8093f5dmdr add max-786/claude-3d-harness/blender-sculpt@sha256:053bb68f4116d5c8Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_gejrm7jloeyalovw)
0 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260921.8093f5d latest | 2026-09-21 | 8093f5d | 32,242 B | B | view · diff |
| git:20260921.d4bf893 | 2026-09-21 | d4bf893 | 32,332 B | B | view |
Audit of the latest version
- fail: Frontmatter declares a name
- pass: Frontmatter block present
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (32242 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
max-786/claude-3d-harness · 6 stars · license MIT · pushed 2026-09-21 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_gejrm7jloeyalovw GET https://markdownregistry.com/api/v1/resolve?ref=max-786/claude-3d-harness/blender-sculpt GET https://markdownregistry.com/api/v1/blob/053bb68f4116d5c8a18bdf5e74bc2c6e374dcb85b2f107dc87992e5820afebb6
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.