feat: editor improvements and collapsible sidebars
Add collapse/expand toggle for the AppShell navigation sidebar and the editor properties panel (both persisted to localStorage). Bundles other in-progress editor work including position anchors, outlet sizing, PBR textures, window slope/frame depth, curtain metadata, and various 2D/3D rendering tweaks.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Per-opening frame member thickness (doors and windows). Existing rows
|
||||
-- default to 0.03 m which matches the previous hard-coded constant in the
|
||||
-- 3D renderers, so legacy openings render unchanged.
|
||||
ALTER TABLE "WallOpening" ADD COLUMN "frameThickness" REAL NOT NULL DEFAULT 0.03;
|
||||
Reference in New Issue
Block a user