mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-01 07:48:37 +02:00
[nodes] PrepareDenseScene: remove incorrect uid on output
This commit is contained in:
parent
2b73e0d80c
commit
f3aaa2c1fb
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class PrepareDenseScene(desc.CommandLineNode):
|
|||
label='MVS Configuration file',
|
||||
description='',
|
||||
value='{cache}/{nodeType}/{uid0}/_tmp_scale{scaleValue}/mvs.ini',
|
||||
uid=[0],
|
||||
uid=[],
|
||||
group='', # not a command line arg
|
||||
),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue