mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 17:27:51 -06:00
![]() The findContainerStacks() will list all container stacks and lazily load them. However this lazy loading is done on the thread that's calling it. The lazy loading will create GlobalStack objects, which are QObjects. The QML code then can't access those QObjects because they are created on different threads. So now instead we'll do the find query on the main thread but all the rest on the background thread. Contributes to issue CURA-6973. |
||
---|---|---|
.. | ||
Models | ||
__init__.py | ||
ContainerNode.py | ||
ContainerTree.py | ||
IntentNode.py | ||
MachineErrorChecker.py | ||
MachineNode.py | ||
MaterialGroup.py | ||
MaterialManager.py | ||
MaterialNode.py | ||
QualityChangesGroup.py | ||
QualityGroup.py | ||
QualityManager.py | ||
QualityNode.py | ||
VariantManager.py | ||
VariantNode.py | ||
VariantType.py |