mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +02:00
[Texturing] change some default parameters
This commit is contained in:
parent
9f928e1ea0
commit
5c29e29ef3
1 changed files with 4 additions and 4 deletions
|
@ -87,7 +87,7 @@ class Texturing(desc.CommandLineNode):
|
|||
label='Padding',
|
||||
description='''Texture edge padding size in pixel''',
|
||||
value=5,
|
||||
range=(0, 100, 1),
|
||||
range=(0, 20, 1),
|
||||
uid=[0],
|
||||
advanced=True,
|
||||
),
|
||||
|
@ -103,8 +103,8 @@ class Texturing(desc.CommandLineNode):
|
|||
name='multiBandDownscale',
|
||||
label='Multi Band Downscale',
|
||||
description='''Width of frequency bands for multiband blending''',
|
||||
value=2,
|
||||
range=(1, 10, 1),
|
||||
value=4,
|
||||
range=(0, 8, 2),
|
||||
uid=[0],
|
||||
advanced=True,
|
||||
),
|
||||
|
@ -117,7 +117,7 @@ class Texturing(desc.CommandLineNode):
|
|||
desc.IntParam(name="midLow", label="Mid-Low Freq", description="Mid-Low Frequency Band", value=10, uid=[0], range=None),
|
||||
desc.IntParam(name="low", label="Low Freq", description="Low Frequency Band", value=0, uid=[0], range=None),
|
||||
],
|
||||
description='''Number of contributions per frequency band for multiband blending''',
|
||||
description='''Number of contributions per frequency band for multiband blending (each frequency band also contributes to lower bands)''',
|
||||
advanced=True,
|
||||
),
|
||||
desc.FloatParam(
|
||||
|
|
Loading…
Add table
Reference in a new issue