Set default smvs scale to 2

Former-commit-id: b601484e74
pull/1161/head
Piero Toffanin 2018-07-02 15:29:10 -04:00
rodzic a67230e4ae
commit 11ce3c1387
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -206,8 +206,8 @@ def config():
'smoother surfaces. Default: %(default)s')
parser.add_argument('--smvs-scale',
metavar='<non-negative integer>',
default=1,
metavar='<positive integer>',
default=2,
type=int,
help='Scales the input images, which affects the output'
' density. 0 is original scale but takes longer '