Skip to content

Commit 8a5d1b8

Browse files
committed
- Denoise option only on beauty for now
- Remove old 'instances' option for lightgroups, now you specify them by name
1 parent c1f1a3b commit 8a5d1b8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

startup/gui/outputs.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ def __registerOutputs( aovs, halfFloat = False, denoise = False ) :
124124
continue
125125
data = "lg lightgroup"
126126
label = "Light_Group"
127-
interactiveOutput["instances"] = 8
128-
batchOutput["instances"] = 8
129127

130128
if data == "aov_color" :
131129
data = "aovc aov_color"
@@ -213,5 +211,5 @@ def __registerOutputs( aovs, halfFloat = False, denoise = False ) :
213211
)
214212
)
215213

216-
__registerOutputs( lightPasses, True, True )
214+
__registerOutputs( lightPasses, True )
217215
__registerOutputs( dataPasses )

0 commit comments

Comments
 (0)