Skip to content

Commit

Permalink
fixup! GafferSceneUI : Add RenderPassEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
murraystevenson committed Jan 30, 2024
1 parent 62a292c commit a7729fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/GafferSceneUI/RenderPassEditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) :
Expand Down

0 comments on commit a7729fb

Please sign in to comment.