Skip to content

Commit 1168464

Browse files
authored
[nodes] PanoramaWarping: change default percentUpscale
1 parent c432232 commit 1168464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/nodes/aliceVision/PanoramaWarping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class PanoramaWarping(desc.CommandLineNode):
5151
' * 0: all pixels will be downscaled\n'
5252
' * 50: on average the input resolution is kept (optimal to reduce over/under-sampling)\n'
5353
' * 100: all pixels will be upscaled\n',
54-
value=50,
54+
value=30,
5555
range=(0, 100, 1),
5656
enabled=lambda node: (node.estimateResolution.value),
5757
uid=[0]

0 commit comments

Comments
 (0)