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 May 10, 2024
2 parents ce07945 + 9d3d76f commit d2cc51a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Features
- 3Delight : Added "3Delight Cloud" renderer, for rendering using the 3Delight cloud.

Improvements
-----------
------------

- Arnold : If it exists, an `ai:volume` attribute is preferred over an `ai:surface` attribute when resolving shaders for volumes.
- Cycles :
Expand All @@ -25,6 +25,7 @@ Fixes
- Renamed Arnold/Globals/Imager menu option to Arnold/Globals/Imagers so that the actual ArnoldImager node menu option wasn't overwritten.
- CodeWidget : Fixed errors handling highlights which spanned more than one line, such as triple-quoted strings in the PythonEditor.
- NodeEditor : Fixed broken layouts caused by computation errors in plugs used by section summaries.
- ColorChooserPlugValueWidget : Fixed bug that allowed the editing of locked plugs and nodes.

API
---
Expand Down Expand Up @@ -406,11 +407,19 @@ Build
- Removed QtNetworkAuth library.
- USD : Updated to version 23.11.

1.3.16.x (relative to 1.3.16.2)
1.3.16.x (relative to 1.3.16.3)
========



1.3.16.3 (relative to 1.3.16.2)
========

Fixes
-----

- ColorChooserPlugValueWidget : Fixed bug that allowed the editing of locked plugs and nodes.

1.3.16.2 (relative to 1.3.16.1)
========

Expand Down
2 changes: 1 addition & 1 deletion python/GafferUI/ColorChooserPlugValueWidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def _updateFromValues( self, values, exception ) :
self.__colorChooser.setColor( color )
self.__colorChooser.setErrored( exception is not None )

def _updateFromEnabled( self ) :
def _updateFromEditable( self ) :

self.__colorChooser.setEnabled( self.__allComponentsEditable() )

Expand Down

0 comments on commit d2cc51a

Please sign in to comment.