cad-editor/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Hakan Seven b15be3af3d feat: WBLOCK — write block or selected entities to external file
- src/modules/insert/wblock.rs: extract_block_to_doc() copies a named
  block's entities into a fresh CadDocument; extract_entities_to_doc()
  does the same for a selection set; layer definitions are carried over
- WBLOCK <name> writes the named block; WBLOCK * writes selected entities
- WblockSave / WblockSaveResult messages drive the async save-dialog flow
- ROADMAP.md: 1.10 WBLOCK marked 

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-08 00:05:04 +03:00
..
app feat: WBLOCK — write block or selected entities to external file 2026-04-08 00:05:04 +03:00
command feat: XREF management — auto-resolve, XATTACH, XREF, XRELOAD 2026-04-08 00:02:38 +03:00
entities feat: Shape entity support (render + grips + props + transform) 2026-04-06 23:30:27 +03:00
io feat: XREF management — auto-resolve, XATTACH, XREF, XRELOAD 2026-04-08 00:02:38 +03:00
modules feat: WBLOCK — write block or selected entities to external file 2026-04-08 00:05:04 +03:00
scene feat: Solid3D (3DSOLID) ACIS tessellation 2026-04-07 19:11:24 +03:00
shaders feat: raster image render pipeline (IMAGE command + GPU textured quad) 2026-04-06 23:19:08 +03:00
snap first commit 2026-03-22 14:56:27 +03:00
ui feat: Grid snap adaptive spacing + Polar tracking improvements 2026-04-07 19:30:25 +03:00
linetypes.rs first commit 2026-03-22 14:56:27 +03:00
main.rs Refactor src/main.rs into modular src/app/ structure 2026-03-22 22:44:32 +03:00
patterns.rs first commit 2026-03-22 14:56:27 +03:00