feat: add BlenderGen to toolbar menu

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 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-01-02 13:05:28 +01:00
parent 0677ad3b5d
commit 7dd03b6f6f
1 changed files with 8 additions and 0 deletions

View File

@ -771,6 +771,14 @@ export function CustomToolbar() {
isSelected={tools["VideoGen"].id === editor.getCurrentToolId()}
/>
)}
{tools["BlenderGen"] && (
<TldrawUiMenuItem
{...tools["BlenderGen"]}
icon="box"
label="Blender 3D"
isSelected={tools["BlenderGen"].id === editor.getCurrentToolId()}
/>
)}
{ENABLE_DRAWFAST && tools["Drawfast"] && (
<TldrawUiMenuItem
{...tools["Drawfast"]}