You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description='Number of exposure brackets per HDR image (0 for automatic detection).',
83
94
value=0,
84
95
range=(0, 15, 1),
85
-
uid=[0],
96
+
uid=[],
86
97
group='user', # not used directly on the command line
87
98
),
88
99
desc.IntParam(
@@ -91,7 +102,7 @@ class LdrToHdrCalibration(desc.CommandLineNode):
91
102
description='Number of exposure brackets used per HDR image. It is detected automatically from input Viewpoints metadata if "userNbBrackets" is 0, else it is equal to "userNbBrackets".',
92
103
value=0,
93
104
range=(0, 10, 1),
94
-
uid=[],
105
+
uid=[0],
95
106
),
96
107
desc.IntParam(
97
108
name='channelQuantizationPower',
@@ -101,17 +112,18 @@ class LdrToHdrCalibration(desc.CommandLineNode):
Copy file name to clipboardExpand all lines: meshroom/nodes/aliceVision/LdrToHdrMerge.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
__version__="3.0"
1
+
__version__="4.0"
2
2
3
3
importjson
4
4
@@ -53,7 +53,7 @@ class LdrToHdrMerge(desc.CommandLineNode):
53
53
description='Number of exposure brackets per HDR image (0 for automatic detection).',
54
54
value=0,
55
55
range=(0, 15, 1),
56
-
uid=[0],
56
+
uid=[],
57
57
group='user', # not used directly on the command line
58
58
),
59
59
desc.IntParam(
@@ -62,7 +62,7 @@ class LdrToHdrMerge(desc.CommandLineNode):
62
62
description='Number of exposure brackets used per HDR image. It is detected automatically from input Viewpoints metadata if "userNbBrackets" is 0, else it is equal to "userNbBrackets".',
Copy file name to clipboardExpand all lines: meshroom/nodes/aliceVision/LdrToHdrSampling.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
__version__="3.0"
1
+
__version__="4.0"
2
2
3
3
importjson
4
4
@@ -63,7 +63,7 @@ class LdrToHdrSampling(desc.CommandLineNode):
63
63
description='Number of exposure brackets per HDR image (0 for automatic detection).',
64
64
value=0,
65
65
range=(0, 15, 1),
66
-
uid=[0],
66
+
uid=[],
67
67
group='user', # not used directly on the command line
68
68
),
69
69
desc.IntParam(
@@ -72,7 +72,7 @@ class LdrToHdrSampling(desc.CommandLineNode):
72
72
description='Number of exposure brackets used per HDR image. It is detected automatically from input Viewpoints metadata if "userNbBrackets" is 0, else it is equal to "userNbBrackets".',
0 commit comments