feat(渲染): 新增线稿渲染功能

添加线稿渲染功能,用于生成 ControlNet Canny 所需的黑白线稿图。实现通过 Freestyle 渲染引擎,在白色背景上生成黑色线条,并临时替换材质与世界设置以确保输出符合要求。同时更新了清理函数以移除新增的临时白色材质。
This commit is contained in:
2026-02-13 16:51:46 +08:00
parent 803a6557f1
commit 05d8702373
2 changed files with 147 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
bl_info = {
"name" : "ComfyProjector",
"author" : "Blender Procedural",
"author" : "小煜のChannel",
"description" : "Projector for ComfyUI",
"blender" : (5, 0, 0),
"version" : (1, 0, 0),