Skip to content

Commit

Permalink
Glow: disable masking if not connected
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Sep 30, 2021
1 parent 07cd222 commit 3ac7b02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gui/Resources/PyPlugs/Glow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1548,6 +1548,9 @@ def createInstance(app,group):
param.setExpression("thisGroup.isolateHighlights.get()", False, 2)
param.setExpression("thisGroup.isolateHighlights.get()", False, 3)
del param
param = groupMerge4.getParam("disableNode")
param.setExpression("thisGroup.getInput(1) is None", False, 0)
del param
param = groupPostGrade.getParam("NatronOfxParamProcessA")
param.setExpression("thisGroup.alpha.get()", False, 0)
del param
Expand Down

0 comments on commit 3ac7b02

Please sign in to comment.