Commit Graph

102 Commits

Author SHA1 Message Date
01ef204dcc auto-git:
[change] src/app/App.tsx
 [change] src/commands/commit-transform-session-command.ts
 [change] src/core/transform-session.ts
 [change] src/document/migrate-scene-document.ts
 [change] src/entities/entity-instances.ts
 [change] src/runtime-three/runtime-host.ts
2026-05-11 14:15:14 +02:00
d7ef8ea4fd Enhance error handling and structure for commit transform session command 2026-05-11 14:12:58 +02:00
f073e4247b Enhance entity transformation logic to support euler rotations and detailed size/scale properties 2026-05-11 13:55:31 +02:00
e9adf9f37e auto-git:
[change] src/commands/apply-terrain-brush-patch-command.ts
 [change] src/core/terrain-brush.ts
 [change] src/document/migrate-scene-document.ts
 [change] src/document/scene-document.ts
 [change] src/geometry/terrain-brush.ts
 [change] src/geometry/terrain-mesh.ts
2026-05-02 11:25:15 +02:00
e9657dc22d Add support for applying terrain foliage mask patches 2026-05-02 04:12:08 +02:00
5bf3e878fc Enhance delete foliage layer command to remove masks from affected terrains and improve undo state restoration 2026-05-02 04:11:46 +02:00
c9adcd9cd3 Feat: Implement foliage layer management commands (create, delete, update) 2026-05-02 04:00:18 +02:00
0dad5d9e77 auto-git:
[change] src/commands/apply-terrain-brush-patch-command.ts
2026-05-01 18:03:30 +02:00
4f6a363b55 auto-git:
[change] src/commands/apply-terrain-brush-patch-command.ts
2026-05-01 17:57:07 +02:00
225f0e96a3 auto-git:
[change] src/commands/apply-terrain-brush-patch-command.ts
2026-05-01 17:44:11 +02:00
8c8c8d4e9e auto-git:
[add] src/commands/apply-terrain-brush-patch-command.ts
2026-05-01 17:41:57 +02:00
086dd69c64 Feat: Add brush face climbable property and command support 2026-04-30 00:13:51 +02:00
a33c2ef726 Update brush face replacement to include climbable status 2026-04-30 00:12:36 +02:00
3de97e0d46 auto-git:
[change] src/commands/commit-transform-session-command.ts
2026-04-22 18:11:08 +02:00
7e41d72295 auto-git:
[change] src/commands/commit-transform-session-command.ts
2026-04-22 16:59:13 +02:00
30ec67c00c Add delete terrain command 2026-04-18 19:48:07 +02:00
8f5e33ef06 Add upsert terrain command 2026-04-18 19:48:07 +02:00
3f8686ab02 Add brush update functionality in commit-transform-session-command.ts 2026-04-15 15:00:53 +02:00
bc538e7918 Add support for multi-transform commands for brushes and model instances 2026-04-15 14:46:04 +02:00
2c4804a366 Add support for batch selection transform commands and update entity creation from preview 2026-04-15 14:45:50 +02:00
d5eadbbdde Add delete selection command 2026-04-15 14:45:40 +02:00
70b3abd939 Add apply batch selection transform command 2026-04-15 14:45:40 +02:00
da4e02a6f2 Remove ProjectDialoguesPanel component and related files 2026-04-15 09:53:33 +02:00
645e1865ed Add cone and torus brush creation commands 2026-04-15 09:09:30 +02:00
e08b44ff25 Add commands for creating radial prism and wedge brushes 2026-04-15 08:06:36 +02:00
b761514a71 Fix optional chaining in setBoxBrushAllFaceMaterialsCommand.ts 2026-04-15 07:56:35 +02:00
d576bfe1e3 Fix optional chaining in updateBoxBrushAllFaceUvsCommand.ts 2026-04-15 07:56:35 +02:00
6b3d4aba7f Update brush transformation logic to use updateBrush function 2026-04-15 07:52:38 +02:00
2d8316cbf0 Update resize box brush command to use updateBrush function 2026-04-15 07:52:32 +02:00
f3fac459ad Update box brush UVs handling and add error checking 2026-04-15 07:52:13 +02:00
4d56cbc1dd Update brush material handling in set-box-brush-all-face-materials-command.ts 2026-04-15 07:52:03 +02:00
be2e8f1cde Update error messages and refactor brush replacement logic 2026-04-15 07:51:48 +02:00
1fbe979eae Update commands and core to support generic brushes 2026-04-15 07:47:59 +02:00
d80b32408d Add box brush mesh and update related files 2026-04-15 07:46:57 +02:00
d9a896f1be Add commands for setting and updating box brush face materials and UVs 2026-04-15 06:47:55 +02:00
d74fd3fc0f Add set-project-sequencer-command.ts 2026-04-15 06:19:06 +02:00
1db3449be4 Remove scene exit handling and related entities 2026-04-15 02:02:28 +02:00
f9c901698d Add command for setting project sequences 2026-04-14 23:33:13 +02:00
9b2be661d0 Add set-project-dialogues-command and update migrate-scene-document 2026-04-14 19:54:28 +02:00
5facb6f136 Add set project scheduler command and update scene document to include scheduler 2026-04-14 01:53:16 +02:00
05d8f75cb4 Restore previous position in set-path-point-position-command 2026-04-13 22:33:13 +02:00
a9ac61451b Refactor target label creation logic in commit-transform-session-command.ts 2026-04-13 22:29:37 +02:00
839314bcc5 Update selection logic to include path points and adjust transform messages 2026-04-13 22:26:28 +02:00
d5b0adb69e Update commit transform session command to handle path points 2026-04-13 22:26:00 +02:00
e412474140 Add path point manipulation commands 2026-04-13 22:26:00 +02:00
3f4e951f41 Add path-related commands and update selection handling 2026-04-13 21:23:03 +02:00
3d2616e7d7 Add support for NPC entities in commit-transform-session-command 2026-04-13 16:19:00 +02:00
6e238cbfbb Update duplicate selection command to handle NPC entities 2026-04-13 16:18:14 +02:00
c00d3ce6c8 Add project time settings command and related files 2026-04-12 04:30:49 +02:00
ab93e5639c Update delete-project-asset-command.ts with type imports and fixes 2026-04-12 03:48:04 +02:00