Skip to content

Commit

Permalink
Merge branch '1.3_maintenance'
Browse files Browse the repository at this point in the history
  • Loading branch information
murraystevenson committed Jul 19, 2024
2 parents 7e3a156 + 2ad043c commit 58afc72
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Improvements
- LightEditor : Values of inherited attributes are now displayed in the Light Editor. These are presented as dimmed "fallback" values.
- LightEditor, RenderPassEditor : Fallback values shown in the history window are displayed with the same dimmed text colour used for fallback values in editor columns.

Fixes
-----

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

1.4.9.0 (relative to 1.4.8.0)
=======

Expand Down Expand Up @@ -668,7 +673,10 @@ Build
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 @@ -392,6 +392,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 58afc72

Please sign in to comment.