mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-02 19:02:29 +02:00
[nodes] ImageProcessing: Update version and fix typo
This commit is contained in:
parent
76ae942b4a
commit
aafd773fda
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
__version__ = "3.1"
|
||||
__version__ = "3.2"
|
||||
|
||||
from meshroom.core import desc
|
||||
|
||||
|
@ -511,7 +511,7 @@ Convert or apply filtering to the input images.
|
|||
desc.FloatParam(
|
||||
name='correlatedColorTemperature',
|
||||
label='Illuminant Color Temperature',
|
||||
description='Scene illuminant color temperature in Kelvin. A negative or nul value indicates to use metadata information.',
|
||||
description='Scene illuminant color temperature in Kelvin. A negative or null value indicates to use metadata information.',
|
||||
value=-1.0,
|
||||
range=(-1.0, 10000.0, 1.0),
|
||||
uid=[0],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue