Cura/cura/Arranging
c.lamboo 920809f064 Use absolute transformation to set location for arrange
Using relative positioning proved to create issues; when spamming of arrange instructions it was possible to end up in the following time line
1: arrange action a is started
2: arrange action b is started
3: arrange action a finished computation, and applies transformations on the models
4: arrange action b finishes computation and applies relative transformations on top of the previous transformations

By using absolute positioning this issue is resolved

CURA-11279
2023-12-06 11:40:34 +01:00
..
__init__.py Move all arranging related code into a subfolder 2018-01-03 15:05:06 +01:00
ArrangeObjectsJob.py Put try catch around actual arranging 2023-08-30 12:45:34 +02:00
Arranger.py Prevent 'major' API/SDK version break. 2023-10-10 11:15:57 +02:00
GridArrange.py Use getWorldPosition for TranslateOperation 2023-12-06 11:36:54 +01:00
Nest2DArrange.py Use absolute transformation to set location for arrange 2023-12-06 11:40:34 +01:00
ShapeArray.py Use is not operator rather than not ... is 2022-08-08 10:04:46 +02:00