mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 18:27:23 +02:00
[desc] Remove internalFolder
in desc.Node
This is fully replaced with `{nodeCacheFolder}`.
This commit is contained in:
parent
53de9090ca
commit
23901c502b
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ from meshroom.core import cgroup
|
||||||
class Node(object):
|
class Node(object):
|
||||||
"""
|
"""
|
||||||
"""
|
"""
|
||||||
internalFolder = '{cache}/{nodeType}/{uid}/'
|
|
||||||
cpu = Level.NORMAL
|
cpu = Level.NORMAL
|
||||||
gpu = Level.NONE
|
gpu = Level.NONE
|
||||||
ram = Level.NORMAL
|
ram = Level.NORMAL
|
||||||
|
|
Loading…
Add table
Reference in a new issue