mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-19 17:47:25 +02:00
[nodes] prepareDenseScene: no more _tmp_scaleX
This commit is contained in:
parent
65b7bd74ab
commit
a82fdb5b88
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class PrepareDenseScene(desc.CommandLineNode):
|
|||
name='ini',
|
||||
label='MVS Configuration file',
|
||||
description='',
|
||||
value='{cache}/{nodeType}/{uid0}/_tmp_scale{scaleValue}/mvs.ini',
|
||||
value='{cache}/{nodeType}/{uid0}/mvs.ini',
|
||||
uid=[],
|
||||
group='', # not a command line arg
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue