|
|
50ab5ea9d1
|
Add tests for multi-target transform sessions
|
2026-04-15 15:12:25 +02:00 |
|
|
|
85b7ddaf2c
|
Add test for delete selection command
|
2026-04-15 15:11:24 +02:00 |
|
|
|
2ff06ef6b3
|
Update test to check active selection ID after duplication
|
2026-04-15 15:11:24 +02:00 |
|
|
|
46eea3a044
|
Update editor store tests to track active id and handle selection-only changes
|
2026-04-15 15:10:11 +02:00 |
|
|
|
fd03b74ad5
|
Add tests for selection click helpers
|
2026-04-15 15:10:11 +02:00 |
|
|
|
66687889f8
|
Remove unused function applySameKindSelectionClick in viewport-host.ts
|
2026-04-15 15:08:32 +02:00 |
|
|
|
9f502a6aa2
|
Add new function for editor selection click handling and update viewport logic
|
2026-04-15 15:07:24 +02:00 |
|
|
|
6fa52483be
|
Update viewport-canvas.test.tsx with activeSelectionId
|
2026-04-15 15:05:11 +02:00 |
|
|
|
4d274c6fd6
|
Add activeSelectionId to App.tsx
|
2026-04-15 15:05:11 +02:00 |
|
|
|
f2de140069
|
Refactor getTransformTargetOrientation method in viewport-host.ts
|
2026-04-15 15:04:01 +02:00 |
|
|
|
290da8478a
|
Update brush render object geometry with preview item details
|
2026-04-15 15:02:50 +02:00 |
|
|
|
250466f76b
|
Enhance error handling and variable usage in batch transform methods of viewport-host.ts
|
2026-04-15 15:02:46 +02:00 |
|
|
|
567fa62b7d
|
Add null check for activeEntityPreview in viewport-host.ts
|
2026-04-15 15:02:46 +02:00 |
|
|
|
6bfcbd6a9c
|
Refactor rotation quaternion creation logic in viewport-host.ts
|
2026-04-15 15:02:14 +02:00 |
|
|
|
ab5f5d2010
|
Remove unused import in viewport-host.ts
|
2026-04-15 15:02:14 +02:00 |
|
|
|
3f8686ab02
|
Add brush update functionality in commit-transform-session-command.ts
|
2026-04-15 15:00:53 +02:00 |
|
|
|
f46039804f
|
Refactor transform-session.ts to use local target variables for clarity and consistency
|
2026-04-15 15:00:41 +02:00 |
|
|
|
a9806e8366
|
Update App.tsx to use selectedItems and display item IDs
|
2026-04-15 14:57:59 +02:00 |
|
|
|
89907753d1
|
Implement delete functionality for brushes, entities, and model instances
|
2026-04-15 14:57:54 +02:00 |
|
|
|
3152249091
|
Add active class styling for outliner items
|
2026-04-15 14:57:54 +02:00 |
|
|
|
3e39fd7464
|
Implement multi-selection focus target creation
|
2026-04-15 14:57:27 +02:00 |
|
|
|
c6ce76be04
|
Add activeSelectionId to ViewportPanel and updateViewportHost
|
2026-04-15 14:57:27 +02:00 |
|
|
|
2a5800eb08
|
Add activeSelectionId to ViewportCanvas props and update effects
|
2026-04-15 14:57:05 +02:00 |
|
|
|
a7f1183382
|
Update selectedLabels to selectedItems in getMultiSelectionSummary
|
2026-04-15 14:53:09 +02:00 |
|
|
|
5209708ab2
|
Update App.tsx to display multi-selection summary and selected items details
|
2026-04-15 14:52:56 +02:00 |
|
|
|
8ec5331396
|
Enhance selection handling in App component
|
2026-04-15 14:52:45 +02:00 |
|
|
|
dc42b7b8a5
|
Update status message for multiple selections in App.tsx
|
2026-04-15 14:52:17 +02:00 |
|
|
|
811948c487
|
Add activeSelectionId to App.tsx
|
2026-04-15 14:52:17 +02:00 |
|
|
|
261b6e518c
|
Include active selection ID in resolveTransformTarget calls in App.tsx
|
2026-04-15 14:51:52 +02:00 |
|
|
|
09c7d6f410
|
Add multi-selection summary calculation in App.tsx
|
2026-04-15 14:51:52 +02:00 |
|
|
|
2eef503c49
|
Add function to get multi-selection summary in App.tsx
|
2026-04-15 14:51:37 +02:00 |
|
|
|
39c9fa2131
|
Update selection handling logic for activeSelectionId
|
2026-04-15 14:51:20 +02:00 |
|
|
|
a2e2bf892c
|
Import and integrate delete selection command
|
2026-04-15 14:51:20 +02:00 |
|
|
|
d6497cec76
|
Add handling for brushes, modelInstances, and entities in ViewportHost.ts
|
2026-04-15 14:50:22 +02:00 |
|
|
|
79c67ea323
|
Add methods for scaling, rotating, and translating items around a pivot in ViewportHost
|
2026-04-15 14:50:14 +02:00 |
|
|
|
570db9cc96
|
Add batch preview handling for brushes, entities, and model instances in ViewportHost
|
2026-04-15 14:48:13 +02:00 |
|
|
|
8f1e426db1
|
Handle rotation for brushes, modelInstances, and entities in ViewportHost
|
2026-04-15 14:48:01 +02:00 |
|
|
|
3f7b3e5606
|
Add support for multiple brush, entity, and model instance checks in viewport-host.ts
|
2026-04-15 14:47:41 +02:00 |
|
|
|
a0cd36e4bf
|
Update viewport-host.ts to handle shift key for selection changes
|
2026-04-15 14:47:31 +02:00 |
|
|
|
e92f25de31
|
Add support for tracking and applying active selection ID in ViewportHost
|
2026-04-15 14:47:20 +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 |
|
|
|
db57045185
|
Add support for multiple brush, entity, and model instance selections in transform target resolution
|
2026-04-15 14:43:43 +02:00 |
|
|
|
497b102b76
|
Add support for multiple brush, model instance, and entity targets in transform operations
|
2026-04-15 14:42:42 +02:00 |
|
|
|
fb8da5f531
|
Add support for 'brushes', 'modelInstances', and 'entities' in transform session comparison
|
2026-04-15 14:42:04 +02:00 |
|
|
|
c32997b710
|
Extend transform session and preview handling for brushes, model instances, and entities
|
2026-04-15 14:41:29 +02:00 |
|
|
|
e69306a204
|
Add handling for 'brushes', 'modelInstances', and 'entities' in cloneTransformPreview
|
2026-04-15 14:40:16 +02:00 |
|
|
|
ed0c5cf515
|
Add handling for 'brushes', 'modelInstances', and 'entities' in cloneTransformTarget function
|
2026-04-15 14:40:07 +02:00 |
|