Skip to content

Commit

Permalink
Merge branch '1.4_maintenance'
Browse files Browse the repository at this point in the history
  • Loading branch information
murraystevenson committed Sep 9, 2024
2 parents 460a663 + 5242530 commit 4940d08
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
20 changes: 17 additions & 3 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,18 @@ Build
- USD : Updated to version 24.08.
- Zstandard : Added version 1.5.0.

1.4.x.x (relative to 1.4.11.0)
1.4.x.x (relative to 1.4.12.0)
=======



1.4.12.0 (relative to 1.4.11.0)
========

Features
--------

- Viewer : Added support for Cycles GPU renderering via a new Device option in the Cycles viewer settings.
- Viewer : Added support for Cycles GPU rendering via a new Device option in the Cycles viewer settings.

Improvements
------------
Expand All @@ -132,6 +137,7 @@ Fixes
- SceneWriter : Fixed handling of ':' characters in set names when writing to USD. These were previously converted to '_' but are now preserved.
- SceneReader : Fixed loading of animated ModelAPI extents from USD.
- ResamplePrimitiveVariables : Fixed handling of periodic curves.
- VectorDataWidget : Fixed bug causing paths to display as "..." after the last visible "/" when the widget wasn't wide enough to show the entire path.

API
---
Expand Down Expand Up @@ -867,10 +873,18 @@ Build
- Removed QtNetworkAuth library.
- USD : Updated to version 23.11.

1.3.16.x (relative to 1.3.16.7)
1.3.16.x (relative to 1.3.16.8)
========



1.3.16.8 (relative to 1.3.16.7)
========

Fixes
-----

- VectorDataWidget : Fixed bug causing paths to display as "..." after the last visible "/" when the widget wasn't wide enough to show the entire path.

1.3.16.7 (relative to 1.3.16.6)
========
Expand Down
1 change: 1 addition & 0 deletions python/GafferUI/VectorDataWidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def __init__(
self.__tableView.customContextMenuRequested.connect( Gaffer.WeakMethod( self.__contextMenu ) )

self.__tableView.verticalHeader().setDefaultSectionSize( 20 )
self.__tableView.setWordWrap( False )

self.__tableViewHolder = GafferUI.Widget( self.__tableView )
self.__column.append( self.__tableViewHolder )
Expand Down

0 comments on commit 4940d08

Please sign in to comment.