dsh-blender: Integrating a Complete Blender 3D Production Pipeline for DSH

dsh-blender is a DSH workflow plugin (v0.2.1) maintained by CheshireJCat, which registers 13 Blender tools, 30 skills, and 26 analysis helpers. It performs import, modeling, preview, rendering, verification, and multi-format export within a local Blender background process. This article introduces its positioning, core capabilities, official npm installation commands, typical session usage, and key security configuration points, targeting developers who need to complete 3D production in a closed-loop within DSH sessions.

Read More
Integrating Modeling, Rendering and Export Functions into DeepSeek Harness via Blender Add-on

Blender is a community plugin for DeepSeek Harness maintained by CheshireJCat, with the npm package name `dsh-blender` and licensed under MIT. Instead of using BlenderMCP or a control port, it launches the local Blender background process each time it is called. It registers a `create-3d-model` general orchestration, 29 domain-specific Skills, 26 analysis Helpers, and 13 workspace tools, covering functions such as inspection, import, modeling, preview rendering, scene auditing, and GLB/FBX export. This article verifies the installation commands, environment requirements and security boundaries by cross-checking with the community directory page and GitHub repository.

Read More