Add debug options for visualization of borders and seams

This commit is contained in:
Fabien Servant 2019-12-19 13:45:24 +01:00 committed by Fabien Castan
parent 2381cde667
commit 4fd1f9708d

View file

@ -37,6 +37,16 @@ class PanoramaCompositing(desc.CommandLineNode):
exclusive=True,
uid=[0]
),
desc.ChoiceParam(
name='overlayType',
label='Overlay Type',
description='Which overlay to display on top of panorama for debug',
value='none',
values=['none', 'borders', 'seams'],
exclusive=True,
advanced=True,
uid=[0]
),
desc.ChoiceParam(
name='verboseLevel',
label='Verbose Level',