Skip to content

Commit

Permalink
fixup! RenderPassEditor : Add RenderPassChooserWidget
Browse files Browse the repository at this point in the history
Whitespace fix
  • Loading branch information
murraystevenson committed Dec 10, 2024
1 parent b40973a commit 9293fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/GafferSceneUI/RenderPassEditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ def __scenePlugFromFocus( self ) :
if focusNode is not None :
outputScene = next(
( p for p in GafferScene.ScenePlug.RecursiveOutputRange( focusNode ) if not p.getName().startswith( "__" ) ),
None
None
)
if outputScene is not None :
return outputScene
Expand Down

0 comments on commit 9293fc3

Please sign in to comment.