mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
newNodeType: use cache by default and fix commandLine naming
This commit is contained in:
parent
b2eeabb51d
commit
239164f913
1 changed files with 2 additions and 2 deletions
|
@ -66,8 +66,8 @@ outputNodeStr = '''
|
|||
from processGraph import desc
|
||||
|
||||
class __COMMANDNAME__(desc.CommandLineNode):
|
||||
internalFolder = '{nodeType}/{uid0}/'
|
||||
cmdLineExpr = '{nodeType} {allParams}'
|
||||
internalFolder = '{cache}/{nodeType}/{uid0}/'
|
||||
commandLine = '{nodeType} {allParams}'
|
||||
'''.replace('__COMMANDNAME__', args.node)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue