mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
[nodes] ColorCheckerCorrection: change output extensions
This commit is contained in:
parent
f48f83a603
commit
a014bcf3d1
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ TODO
|
||||||
name='extension',
|
name='extension',
|
||||||
label='Output File Extension',
|
label='Output File Extension',
|
||||||
description='Output Image File Extension.',
|
description='Output Image File Extension.',
|
||||||
value='',
|
value='exr',
|
||||||
values=['', 'exr', 'jpg', 'tiff'],
|
values=['exr', ''],
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue