From 9293fc32e4ee9dfb39659dbf9acea9b0a770c5d8 Mon Sep 17 00:00:00 2001 From: Murray Stevenson <50844517+murraystevenson@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:45:38 -0800 Subject: [PATCH] fixup! RenderPassEditor : Add RenderPassChooserWidget Whitespace fix --- python/GafferSceneUI/RenderPassEditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/GafferSceneUI/RenderPassEditor.py b/python/GafferSceneUI/RenderPassEditor.py index edf5a4585ae..d7869dd0b83 100644 --- a/python/GafferSceneUI/RenderPassEditor.py +++ b/python/GafferSceneUI/RenderPassEditor.py @@ -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