Commit b5bace0
committed
refactor(blender): stabilize naming sync and decouple translator architecture
- Implemented two-tier deferred renaming (timers for GUI, queue for background).
- Decoupled platform adapters into a registry-based Translator pattern.
- Resolved asynchronous naming inconsistencies and race conditions in CI/CD.
- Professionalized error handling and type safety across blender platform.
- Maintained 100% test pass rate across 170+ unit and integration tests.
Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>1 parent 082bb02 commit b5bace0
19 files changed
Lines changed: 1148 additions & 659 deletions
File tree
- core/src/linkforge_core/composer
- platforms/blender/linkforge/blender
- adapters
- handlers
- operators
- panels
- properties
- tests
- integration/platforms/blender
- unit/platforms/blender
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
366 | 409 | | |
367 | 410 | | |
368 | 411 | | |
| |||
0 commit comments