disable compositing tiling

This commit is contained in:
Fabien Servant 2023-03-03 11:36:11 +01:00 committed by Fabien Castan
parent 63bb3fcf2a
commit 885e776199
2 changed files with 14 additions and 0 deletions

View file

@ -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',

View file

@ -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',