mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-21 02:27:15 +02:00
[Texturing] set texturing downscale default value to 1
This commit is contained in:
parent
d5dc83f14e
commit
02e2a5f048
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class Texturing(desc.CommandLineNode):
|
||||||
name='downscale',
|
name='downscale',
|
||||||
label='Texture Downscale',
|
label='Texture Downscale',
|
||||||
description='''Texture downscale factor''',
|
description='''Texture downscale factor''',
|
||||||
value=2,
|
value=1,
|
||||||
values=(1, 2, 4, 8),
|
values=(1, 2, 4, 8),
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue