mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 00:08:29 +02:00
disable compositing tiling
This commit is contained in:
parent
63bb3fcf2a
commit
885e776199
2 changed files with 14 additions and 0 deletions
|
@ -42,6 +42,13 @@ Merge all inputs coming from the PanoramaCompositing node.
|
|||
uid=[0],
|
||||
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(
|
||||
name='storageDataType',
|
||||
label='Storage Data Type',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue