Skip to content

Commit

Permalink
[nodes] Texturing: put downscale to 2 by default
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
fabiencastan authored Sep 3, 2020
1 parent d215aa1 commit fc4df55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshroom/nodes/aliceVision/Texturing.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Texturing(desc.CommandLineNode):
name='downscale',
label='Texture Downscale',
description='''Texture downscale factor''',
value=1,
value=2,
values=(1, 2, 4, 8),
exclusive=True,
uid=[0],
Expand Down

0 comments on commit fc4df55

Please sign in to comment.