mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-03 12:03:57 -06:00
Changed NavLib to run in single threaded mode
This commit is contained in:
parent
036a69c9cd
commit
939fcb0211
2 changed files with 5 additions and 2 deletions
|
@ -10,7 +10,7 @@ from UM.Resources import Resources
|
|||
class NavlibClient(pynav.NavlibNavigationModel):
|
||||
|
||||
def __init__(self, scene, renderer) -> None:
|
||||
super().__init__(True, pynav.NavlibOptions.RowMajorOrder)
|
||||
super().__init__(False, pynav.NavlibOptions.RowMajorOrder)
|
||||
self._scene = scene
|
||||
self._renderer = renderer
|
||||
self._pointer_pick = None
|
||||
|
|
|
@ -407,4 +407,7 @@ pywin32-ctypes==0.2.0; \
|
|||
charset-normalizer==2.1.0; \
|
||||
--hash=sha256:5189b6f22b01957427f35b6a08d9a0bc45b46d3788ef5a92e978433c7a35f8a5
|
||||
|
||||
pynavlib==0.9.1;
|
||||
pynavlib==0.9.2; \
|
||||
sys_platform != "linux" \
|
||||
--hash=sha256:98434eff8ad122b487aea2213f0c690b2c8080e5b9d7c52c0a39702b4a1a37d9 \
|
||||
--hash=sha256:fdfcd2cfc9c3090d7b322ccd307ab8c7fa6cf46e627c5c376c672042312a40e9
|
Loading…
Add table
Add a link
Reference in a new issue