mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
disable compositing tiling
This commit is contained in:
parent
63bb3fcf2a
commit
885e776199
2 changed files with 14 additions and 0 deletions
|
@ -65,6 +65,13 @@ Multiple cameras are contributing to the low frequencies and only the best one c
|
||||||
uid=[],
|
uid=[],
|
||||||
advanced=True,
|
advanced=True,
|
||||||
),
|
),
|
||||||
|
desc.BoolParam(
|
||||||
|
name='useTiling',
|
||||||
|
label='Use tiling',
|
||||||
|
description='''Enable tiling mode for parallelization''',
|
||||||
|
value=True,
|
||||||
|
uid=[0],
|
||||||
|
),
|
||||||
desc.ChoiceParam(
|
desc.ChoiceParam(
|
||||||
name='storageDataType',
|
name='storageDataType',
|
||||||
label='Storage Data Type',
|
label='Storage Data Type',
|
||||||
|
|
|
@ -42,6 +42,13 @@ Merge all inputs coming from the PanoramaCompositing node.
|
||||||
uid=[0],
|
uid=[0],
|
||||||
group='', # not part of allParams, as this is not a parameter for the command line
|
group='', # not part of allParams, as this is not a parameter for the command line
|
||||||
),
|
),
|
||||||
|
desc.BoolParam(
|
||||||
|
name='useTiling',
|
||||||
|
label='Use tiling',
|
||||||
|
description='''Enable tiling mode for parallelization''',
|
||||||
|
value=True,
|
||||||
|
uid=[0],
|
||||||
|
),
|
||||||
desc.ChoiceParam(
|
desc.ChoiceParam(
|
||||||
name='storageDataType',
|
name='storageDataType',
|
||||||
label='Storage Data Type',
|
label='Storage Data Type',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue