mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[Nodes] PanoramaWarping: rename outputColorSpace in workingColorSpace
This commit is contained in:
parent
edb0f16d54
commit
065e1f6795
1 changed files with 3 additions and 3 deletions
|
@ -66,9 +66,9 @@ Compute the image warping for each input image in the panorama coordinate system
|
|||
enabled=lambda node: (node.estimateResolution.value),
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='outputColorSpace',
|
||||
label='Output Color Space',
|
||||
description='Allows you to choose the color space of the output image.',
|
||||
name='workingColorSpace',
|
||||
label='Working Color Space',
|
||||
description='Allows you to choose the color space of the output image in which the stitching will be done.',
|
||||
value='Linear',
|
||||
values=['Linear', 'ACES2065-1', 'ACEScg', 'no_conversion'],
|
||||
exclusive=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue