Skip to content

Commit

Permalink
Merge pull request #5965 from murraystevenson/historyWindowCreateIfMi…
Browse files Browse the repository at this point in the history
…ssingIconFix

HistoryWindow : Add icon for `CreateIfMissing` tweak mode
  • Loading branch information
johnhaddon authored Jul 18, 2024
2 parents 0b03edf + 5c215cf commit 2ad043c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
1.3.16.x (relative to 1.3.16.6)
========

Fixes
-----

- LightEditor, RenderPassEditor : Added missing icon representing use of the `CreateIfMissing` tweak mode in the history window.

1.3.16.6 (relative to 1.3.16.5)
========
Expand Down
1 change: 1 addition & 0 deletions python/GafferSceneUI/_HistoryWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def cellData( self, path, canceller = None ) :
Gaffer.TweakPlug.Mode.Multiply : "multiplySmall.png",
Gaffer.TweakPlug.Mode.Remove : "removeSmall.png",
Gaffer.TweakPlug.Mode.Create : "createSmall.png",
Gaffer.TweakPlug.Mode.CreateIfMissing : "createIfMissingSmall.png",
Gaffer.TweakPlug.Mode.Min : "lessThanSmall.png",
Gaffer.TweakPlug.Mode.Max : "greaterThanSmall.png",
Gaffer.TweakPlug.Mode.ListAppend : "listAppendSmall.png",
Expand Down
1 change: 1 addition & 0 deletions resources/graphics.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@
"multiplySmall",
"replaceSmall",
"createSmall",
"createIfMissingSmall",
"lessThanSmall",
"greaterThanSmall",
"listAppendSmall",
Expand Down
14 changes: 14 additions & 0 deletions resources/graphics.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2ad043c

Please sign in to comment.