Commit Graph

2457 Commits

Author SHA1 Message Date
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
1e948257ee Add functions for averaging vectors and cloning transform preview items 2026-04-15 14:39:58 +02:00
175422ed38 Add activeSelectionId to EditorStore and update transform-session.ts 2026-04-15 14:39:45 +02:00
e0c369f53e Add utility functions for editor selection handling 2026-04-15 14:39:35 +02:00
e633f1f6a3 Remove unused vector operation functions from paths.ts 2026-04-15 11:22:52 +02:00
1aa3a8b5f0 Refactor function definitions in paths.ts 2026-04-15 11:22:52 +02:00
867cb58a18 Update function signatures in paths.ts 2026-04-15 11:21:56 +02:00
e2c09628e3 Update function signatures in paths.ts to include generic types 2026-04-15 11:21:35 +02:00
66d1aa7299 Refactor path smoothing logic and remove unused functions 2026-04-15 11:21:29 +02:00
a3eb94a9a2 Update function parameter type in paths.ts 2026-04-15 11:20:40 +02:00
ecc4794da0 Initialize smoothPath as true in buildRuntimeControlSurface 2026-04-15 11:19:20 +02:00
d5b941286c Add onSetControlStepPathSmooth to ProjectSchedulePane 2026-04-15 11:19:20 +02:00