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

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