mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[nodes] PanoramaWarping: use automatic resolution by default
This commit is contained in:
parent
28dd37827b
commit
79c5a7c2e3
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Compute the image warping for each input image in the panorama coordinate system
|
||||||
name='estimateResolution',
|
name='estimateResolution',
|
||||||
label='Estimate Resolution',
|
label='Estimate Resolution',
|
||||||
description='Estimate output panorama resolution automatically based on the input images resolution.',
|
description='Estimate output panorama resolution automatically based on the input images resolution.',
|
||||||
value=False,
|
value=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
group=None, # skip group from command line
|
group=None, # skip group from command line
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue