[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:
Fabien Castan 2020-09-03 15:37:01 +02:00 committed by GitHub
parent d215aa19d2
commit fc4df553f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ Many cameras are contributing to the low frequencies and only the best ones cont
name='downscale', name='downscale',
label='Texture Downscale', label='Texture Downscale',
description='''Texture downscale factor''', description='''Texture downscale factor''',
value=1, value=2,
values=(1, 2, 4, 8), values=(1, 2, 4, 8),
exclusive=True, exclusive=True,
uid=[0], uid=[0],