manually propagate `current-project-root` to parallel threads
When recursive mode is used, `current-project-root` changes during the extent of a render operation. But if parallel rendering is also used, when the main thread re-parameterizes `current-project-root`, it will have no effect on the parallel threads, because they freshly instantiate `current-project-root` (with its default value). This patch moves the parameterization inside the parallel thread by passing the `current-project-root` value as part of the job message, thereby handling it the same way as `current-poly-target`.pull/263/head
parent
ec4da2e679
commit
cf7fbccc90
@ -1 +1 @@
|
||||
1624459771
|
||||
1636754439
|
||||
|
Loading…
Reference in New Issue