mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-12 15:52:07 +02:00
[nodes] PrepareDenseScene
remove parameters scale
and outputFileType
- no more downscale in `PrepareDenseScene` - `outputFileType` is now always `.exr`
This commit is contained in:
parent
4a13395034
commit
ebda829817
1 changed files with 0 additions and 18 deletions
|
@ -15,24 +15,6 @@ class PrepareDenseScene(desc.CommandLineNode):
|
||||||
value='',
|
value='',
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
desc.ChoiceParam(
|
|
||||||
name='scale',
|
|
||||||
label='Scale',
|
|
||||||
description='''Image downscale factor.''',
|
|
||||||
value=2,
|
|
||||||
values=[1, 2, 4, 8, 16],
|
|
||||||
exclusive=True,
|
|
||||||
uid=[0],
|
|
||||||
),
|
|
||||||
desc.ChoiceParam(
|
|
||||||
name='outputFileType',
|
|
||||||
label='Image File Type',
|
|
||||||
description='Output Image File Type',
|
|
||||||
value='exr',
|
|
||||||
values=['jpg', 'png', 'tif', 'exr'],
|
|
||||||
exclusive=True,
|
|
||||||
uid=[0],
|
|
||||||
),
|
|
||||||
desc.ChoiceParam(
|
desc.ChoiceParam(
|
||||||
name='verboseLevel',
|
name='verboseLevel',
|
||||||
label='Verbose Level',
|
label='Verbose Level',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue