From a7729fb7b207076b278e99bfa052f42048ef12dc Mon Sep 17 00:00:00 2001 From: Murray Stevenson <50844517+murraystevenson@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:20:24 -0800 Subject: [PATCH] fixup! GafferSceneUI : Add RenderPassEditor --- python/GafferSceneUI/RenderPassEditor.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/GafferSceneUI/RenderPassEditor.py b/python/GafferSceneUI/RenderPassEditor.py index 9f37106ed08..12e0861652c 100644 --- a/python/GafferSceneUI/RenderPassEditor.py +++ b/python/GafferSceneUI/RenderPassEditor.py @@ -199,6 +199,8 @@ def _updateFromSet( self ) : # hence the need for already figuring out the plug. GafferUI.NodeSetEditor._updateFromSet( self ) + ## \todo Remove in Gaffer 1.4 when we can drive `RenderPassEditor.Settings` from + # `GafferUI.Editor.Settings` to follow the changes introduced with ImageInspector. self.__setPathListingPath() def _updateFromContext( self, modifiedItems ) :