mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-18 11:36:27 +02:00
[nodes] Texturing: put downscale to 2 by default
Scale 1 could be better for objects, but is really too much for large environments. Better to have a default value which ensures that we can open the result.
This commit is contained in:
parent
d215aa19d2
commit
fc4df553f6
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ Many cameras are contributing to the low frequencies and only the best ones cont
|
|||
name='downscale',
|
||||
label='Texture Downscale',
|
||||
description='''Texture downscale factor''',
|
||||
value=1,
|
||||
value=2,
|
||||
values=(1, 2, 4, 8),
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue