kopia lustrzana https://github.com/corrscope/corrscope
[debug mode] Disable parallelism
rodzic
64766bf9db
commit
8ca8d1b2fb
|
@ -688,7 +688,7 @@ class CorrScope:
|
|||
for shmem in all_shmems:
|
||||
shmem.unlink()
|
||||
|
||||
parallelism = self.arg.parallelism
|
||||
parallelism = False # incompatible with debug plots
|
||||
with self._load_outputs():
|
||||
if parallelism and parallelism.parallel:
|
||||
play_parallel(parallelism.max_render_cores)
|
||||
|
|
|
@ -495,6 +495,7 @@ class MainWindow(QWidget):
|
|||
self.action_parallel = create_element(
|
||||
QAction, MainWindow, text=tr("&Multi-Core Rendering"), checkable=True
|
||||
)
|
||||
self.action_parallel.setDisabled(True)
|
||||
self.action_open_config_dir = create_element(
|
||||
QAction, MainWindow, text=tr("Open &Config Folder")
|
||||
)
|
||||
|
|
Ładowanie…
Reference in New Issue