mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-20 18:17:17 +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',
|
||||
label='Texture Downscale',
|
||||
description='''Texture downscale factor''',
|
||||
value=2,
|
||||
value=1,
|
||||
values=(1, 2, 4, 8),
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue