mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +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
|
from processGraph import desc
|
||||||
|
|
||||||
class __COMMANDNAME__(desc.CommandLineNode):
|
class __COMMANDNAME__(desc.CommandLineNode):
|
||||||
internalFolder = '{nodeType}/{uid0}/'
|
internalFolder = '{cache}/{nodeType}/{uid0}/'
|
||||||
cmdLineExpr = '{nodeType} {allParams}'
|
commandLine = '{nodeType} {allParams}'
|
||||||
'''.replace('__COMMANDNAME__', args.node)
|
'''.replace('__COMMANDNAME__', args.node)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue