mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +02:00
[processGraph] Meshroom cache from env var
This commit is contained in:
parent
fe231518a6
commit
b06dfe2e68
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ from contextlib import contextmanager
|
|||
|
||||
from . import desc
|
||||
|
||||
cacheFolder = os.path.join(tempfile.gettempdir(), 'MeshroomCache')
|
||||
cacheFolder = os.environ.get('MESHROOM_CACHE', os.path.join(tempfile.gettempdir(), 'MeshroomCache'))
|
||||
nodesDesc = {}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue