跳到正文

lhmd/dsh-director-toolkit

70最近提交 2026年8月13日

dsh-director-toolkit DSH 插件

DSH Director Toolkit 是一个面向 3D 艺术家和技术设计师的 DeepSeek Harness 插件。它将简要需求转换为结构化的方向包,包括相机、构图、灯光、材质、几何体、运动以及软件感知的渲染设置。插件还提供五个构建步骤、负提示词、标题、双语展示文案、话题标签和风险标记。

如何安装 dsh-director-toolkit DSH 插件

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

复制不会执行命令。安装 dsh-director-toolkit DSH 插件前请核对仓库和版本。

dsh-director-toolkit DSH 插件数据来源

dsh-director-toolkit DSH 插件快照日期:2026年8月16日

discovered

dsh-director-toolkit DSH 插件能做什么

  • 生成 3D 场景的相机和构图设置。
  • 输出灯光、材质、几何体和运动方向。
  • 为 Blender、Three.js、Houdini 和 C4D 提供软件感知的渲染设置。
  • 提供从白模开始五个构建步骤。
  • 包含负提示词、标题、双语展示文案、话题标签和风险标记。

dsh-director-toolkit DSH 插件适合哪些场景

  • 通过粗略需求快速生成 3D 短片概念的全套方向包。
  • 为多资产故事帧创建一致的视觉方向,跨章节保持连贯。
  • 生成基于 Three.js 的浏览器原生场景,包含构图灯光和相机路径。

dsh-director-toolkit DSH 插件适合谁

  • 需要快速原型化场景方向的 3D 艺术家。
  • 使用 Blender、Three.js、Houdini 或 C4D 的技术设计师。

dsh-director-toolkit DSH 插件的限制

  • 仅支持 Blender、Three.js、Houdini 和 C4D 作为目标软件。
  • 可选的 V4 通道需要在服务器环境中设置 DeepSeek API 密钥。
  • 插件必须通过本地仓库的绝对路径进行安装。
  • 目前处于早期阶段;提供的示例有限。

dsh-director-toolkit DSH 插件的仓库 README 摘录

以下文字摘自 dsh-director-toolkit DSH 插件的上游仓库 lhmd/dsh-director-toolkit 的 README,版权归原作者,仅作引用。

**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

阅读完整 README仓库许可: MIT

dsh-director-toolkit DSH 插件常见问题

如何安装 DSH Director Toolkit?

先全局安装 DeepSeek Harness CLI:`npm install -g @deepseek-ai/dsh`。然后从本地仓库添加插件:`dsh plugin --profile web add /绝对路径/dsh-director-toolkit`。最后用 `dsh web` 启动 Web 服务器即可使用。

这个插件支持哪些 3D 软件?

插件专门支持 Blender、Three.js、Houdini 和 C4D。它会为每种软件生成对应的渲染设置和构建步骤,内容针对各个工具进行了优化。

使用这个插件需要 DeepSeek API 密钥吗?

基本的本地优先工具(`scene_director`)无需 API 密钥即可工作。可选的 V4 适配器(`scene_director_v4`)需要在运行 Harness 的服务器环境中设置 `DEEPSEEK_API_KEY` 环境变量。

能否自定义方向包的输出内容?

可以。插件是本地优先且确定性的,你可以直接修改仓库中的源代码。另外,通过运行 `playground/` 目录下的本地 HTTP 服务器,可以使用可编辑的游乐场进行调试和修改。输出是结构化的 JSON,便于进一步处理。

在哪里可以看到这个插件生成的示例?

GitHub Pages 展示页面(https://lhmd.github.io/dsh-director-toolkit/)包含一个 Blender 短片、一个四章多资产故事以及一个基于 Three.js 的浏览器原生场景。仓库的 `examples/` 和 `scripts/` 目录下也提供了示例场景和脚本。