Skip to content

Commit

Permalink
Merge pull request #1048 from alicevision/texturing-adjust-scale
Browse files Browse the repository at this point in the history
[nodes] Texturing: put downscale to 2 by default
  • Loading branch information
fabiencastan committed Sep 7, 2020
2 parents a3170ba + fc4df55 commit a746626
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 a746626

Please sign in to comment.