Blender 3D production plugin with 30 modeling/reconstruction skills, 13 runtime tools, and 26 deterministic helpers for reference fitting, rendering, validation, animation, and portable export; installable as `dsh-blender`.
Install
# from npm (prebuilt)
dsh plugin --profile web add dsh-blender
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:CheshireJCat/blender
GitHub-sourced plugins run build scripts on your machine at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
An installable DeepSeek Harness plugin that gives dsh a complete Blender-backed 3D production workflow. It registers one orchestrator plus 29 directly loadable domain skills, all 26 upstream analysis/validation helpers, and 13 workspace-scoped Blender tools.
Tools
blender_statuschecks Blender, analysis Python, skills, helpers, and the active workspace.blender_scene_infoandblender_object_infoinspect scenes and object-level geometry, materials, UVs, constraints, shape keys, and animation.blender_importconverts supported portable assets into versioned.blendsources.blender_pythonruns a small reviewedbpy/bmeshchunk and saves a versioned.blend.blender_preview,blender_render, andblender_render_framescreate blockout, look-dev, and animation evidence forread_imageQA.blender_exportexports GLB/glTF, FBX, OBJ, STL, USD, or PLY.blender_validate_sceneandblender_validate_exportperform target-aware audits and clean-process re-import checks.blender_helper_catalogandblender_helper_runexpose all 26 deterministic reference, wireframe, contour, multiview, UV, texture, look, repair, and animation-QA helpers.- The bundled 30-skill stack coordinates blockout, refinement, materials, lighting, cameras, animation, reconstruction, validation, and artifact handoff.
No Blender add-on or control port is required: each operation launches a local Blender background process.
Requirements
- DeepSeek Harness
0.1.0-rc.6 - Node.js 20+
- Blender 4.3+ available as
blenderonPATH, or configured with an absolute path - Python 3.10+ for the optional reference-analysis helpers
Install from npm
npx @deepseek-ai/dsh plugin --profile web add dsh-blender
npx @deepseek-ai/dsh plugin --profile web exec dsh-blender-setup
npx @deepseek-ai/dsh --profile web --dump-config
npx @deepseek-ai/dsh web
The setup command creates a private .venv inside the installed package and installs OpenCV, NumPy, Pillow, and SciPy. Skip it only if you do not need reference, wireframe, multiview, texture, or animation-analysis helpers.
To install a pinned GitHub release instead:
npx @deepseek-ai/dsh plugin --profile web add github:CheshireJCat/blender#v0.2.1
Develop from source
pnpm install
pnpm setup:analysis
npx @deepseek-ai/dsh plugin --profile web add .
Open http://127.0.0.1:3080, create a session whose workspace is the modeling directory, and ask dsh to use create-3d-model.
See README.zh-CN.md for configuration, security boundaries, headless use, and validation commands.
Links
More in this category
liustack/modlens★ 1199
Vision bridge for text-only models: paste an image, get structured JSON evidence (OCR, layout, semantics).
Anionex/dsh-vision-toolkit★ 308
Vision tasks for text-only models: intent-aware image Q&A, long-screenshot OCR, UI reproduction, grounding, and pixel diff.
zhaoolee/notes★ 138
Export DSH conversations as Smartisan Notes-style PNGs, or create and update Markdown notes in a configured account-scoped workspace.
liustack/modsearch★ 85
Web search bridge for text-only agents: ask the web or X, get structured JSON evidence (search, fetch, citations).
Lum1104/dsh-browser★ 80
Chrome sidebar extension that lets DSH operate your browser directly, no vision capabilities required.
taxueseek/argo★ 69
Search built for agents: multilingual coverage across web, academic, code, shopping, finance, news, and encyclopedias.