From 7dd03b6f6faa8b896075e457c57a0750b9727d53 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Fri, 2 Jan 2026 13:05:28 +0100 Subject: [PATCH] feat: add BlenderGen to toolbar menu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added Blender 3D tool to the toolbar menu alongside Image and Video generation tools. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/ui/CustomToolbar.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/ui/CustomToolbar.tsx b/src/ui/CustomToolbar.tsx index a55f986..738afea 100644 --- a/src/ui/CustomToolbar.tsx +++ b/src/ui/CustomToolbar.tsx @@ -771,6 +771,14 @@ export function CustomToolbar() { isSelected={tools["VideoGen"].id === editor.getCurrentToolId()} /> )} + {tools["BlenderGen"] && ( + + )} {ENABLE_DRAWFAST && tools["Drawfast"] && (