We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c432232 commit 1168464Copy full SHA for 1168464
meshroom/nodes/aliceVision/PanoramaWarping.py
@@ -51,7 +51,7 @@ class PanoramaWarping(desc.CommandLineNode):
51
' * 0: all pixels will be downscaled\n'
52
' * 50: on average the input resolution is kept (optimal to reduce over/under-sampling)\n'
53
' * 100: all pixels will be upscaled\n',
54
- value=50,
+ value=30,
55
range=(0, 100, 1),
56
enabled=lambda node: (node.estimateResolution.value),
57
uid=[0]
0 commit comments