Skip to content

Commit

Permalink
[PanoramaPostProcessing node] Remove 'auto' and 'no_conversion' choic…
Browse files Browse the repository at this point in the history
…es for output color space option.
  • Loading branch information
demoulinv committed Mar 6, 2023
1 parent 600294a commit bdcef99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meshroom/nodes/aliceVision/PanoramaPostProcessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ class PanoramaPostProcessing(desc.CommandLineNode):
name='outputColorSpace',
label='Output Color Space',
description='Allows you to choose the color space of the output image.',
value='AUTO',
values=['AUTO', 'sRGB', 'Linear', 'ACES2065-1', 'ACEScg', 'no_conversion'],
value='Linear',
values=['sRGB', 'Linear', 'ACES2065-1', 'ACEScg'],
exclusive=True,
uid=[0],
),
Expand Down

0 comments on commit bdcef99

Please sign in to comment.