Skip to content

lhmd/dsh-director-toolkit

70Last commit Aug 13, 2026

dsh-director-toolkit DSH plugin

DSH Director Toolkit is a DeepSeek Harness plugin for 3D artists and technical designers. It converts a brief into a structured direction pack including camera, composition, lighting, materials, geometry, motion, and software-aware render settings. The plugin also provides five build steps, negative prompts, titles, bilingual showcase copy, hashtags, and risk flags.

How to install the dsh-director-toolkit DSH plugin

dsh plugin --profile web add /absolute/path/to/dsh-director-toolkit

Copying does not run this command. Review the repository and version before installing the dsh-director-toolkit DSH plugin.

dsh-director-toolkit DSH plugin data source

dsh-director-toolkit DSH plugin snapshot date: Aug 16, 2026

discovered

What the dsh-director-toolkit DSH plugin can do

  • Generates camera and composition settings for 3D scenes.
  • Produces lighting, material, geometry, and motion direction.
  • Outputs software-aware render settings for Blender, Three.js, Houdini, and C4D.
  • Delivers five build steps starting with a greybox pass.
  • Includes negative prompt, titles, bilingual showcase copy, hashtags, and risk flags.

Where the dsh-director-toolkit DSH plugin fits

  • Quickly iterate a 3D short film concept by generating a full direction pack from a rough brief.
  • Create multi-asset story frames with consistent visual direction across chapters.
  • Produce a browser-native Three.js study with composed lighting and camera paths.

Who the dsh-director-toolkit DSH plugin is for

  • 3D artists who need to rapidly prototype scene directions.
  • Technical designers working with Blender, Three.js, Houdini, or C4D.

dsh-director-toolkit DSH plugin limitations

  • Only supports Blender, Three.js, Houdini, and C4D as target software.
  • The optional V4 pass requires a DeepSeek API key to be set in the server environment.
  • The plugin must be installed via absolute path to the local repository directory.
  • Currently in early stage; examples are provided but not exhaustive.

dsh-director-toolkit DSH plugin: from the repository README

Quoted from the lhmd/dsh-director-toolkit README, the upstream source of the dsh-director-toolkit DSH plugin. Copyright remains with the original authors.

**English** · [中文入口](README.zh.md) · [Live showcase](https://lhmd.github.io/dsh-director-toolkit/) > Turn a rough 3D idea into a shot you can build. DSH Director Toolkit is a DeepSeek Harness plugin for 3D artists and technical designers. It turns a rough brief into a direction pack for Blender, Three.js, Houdini, or C4D: - camera and composition; - lighting, materials, geometry, and motion; - software-aware render settings; - five build steps starting with a greybox pass; - negative prompt, titles, bilingual showcase copy, hashtags, and risk flags. ## See it first Open the [GitHub Pages showcase](https://lhmd.github.io/dsh-director-toolkit/) for the Blender short film, a four-chapter multi-asset story, and a browser-native Three.js study. ![Cyclopean Porcelain](docs/assets/cyclopean-porcelain.gif) The film has three beats: reveal the cyan silhouette, let the eye find camera, then lift the relic above the plinth. The source scene is [`examples/cyclopean-porcelain.blend`](examples/cyclopean-porcelain.blend); the build script is [`scripts/blender-script-demo.py`](scripts/blender-script-demo.py). The four story frames are rendered from [`scripts/render-case-videos.py`](scripts

Read the full READMERepository license: MIT

dsh-director-toolkit DSH plugin questions

How do I install DSH Director Toolkit?

First install the DeepSeek Harness CLI globally: `npm install -g @deepseek-ai/dsh`. Then add the plugin from your local copy: `dsh plugin --profile web add /absolute/path/to/dsh-director-toolkit`. Finally start the web server with `dsh web`.

Which 3D software does this plugin support?

The plugin specifically targets Blender, Three.js, Houdini, and C4D. It generates software-aware render settings and build steps tailored to each of these tools.

Do I need a DeepSeek API key to use this plugin?

The basic local-first tool (`scene_director`) works without any API key. The optional V4 adapter (`scene_director_v4`) requires a DeepSeek API key set as `DEEPSEEK_API_KEY` in the server environment where Harness runs.

Can I customize the direction pack output?

Yes, the plugin is local-first and deterministic. You can modify the source code in the repository, or use the editable playground at `/playground` by running a local HTTP server. The output is structured JSON that you can further process.

Where can I see examples of what this plugin can produce?

The GitHub Pages showcase at https://lhmd.github.io/dsh-director-toolkit/ includes a Blender short film, a four-chapter multi-asset story, and a browser-native Three.js study. The repository also contains example scenes and scripts in the `examples/` and `scripts/` directories.