-
Is it possible to change the name of the directory that contains the temporary files generated during rendering as in When parallelizing a task that creates multiple files from a template by parameters, rendering will fail if the temp directory cannot be changed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We don't currently have this (and may not add it soon b/c there are so many codepaths that deal w/ paths and have an implicit dependency on the current behavior). For now I'd suggest staging a copy of the project dir in temp dir(s) for parallel renders. |
Beta Was this translation helpful? Give feedback.
We don't currently have this (and may not add it soon b/c there are so many codepaths that deal w/ paths and have an implicit dependency on the current behavior). For now I'd suggest staging a copy of the project dir in temp dir(s) for parallel renders.