mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-30 23:08:25 +02:00
Merge branch 'develop' of github.com:alicevision/meshroom into dev/nodesAndTaskManager
Conflicts: meshroom/core/graph.py meshroom/ui/qml/main.qml
This commit is contained in:
commit
1102ce84e0
61 changed files with 1241 additions and 345 deletions
|
@ -188,6 +188,13 @@ The metadata needed are:
|
|||
joinChar=',',
|
||||
advanced=True,
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='useInternalWhiteBalance',
|
||||
label='Apply internal white balance',
|
||||
description='Apply image white balance (Only for raw images)',
|
||||
value=True,
|
||||
uid=[0],
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='viewIdMethod',
|
||||
label='ViewId Method',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue