Skip to content

Commit

Permalink
Bump version to 10.4.4.0 and update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Jan 27, 2023
1 parent c1e00ba commit abc0801
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
10.4.3.x (relative to 10.4.3.1)
10.4.4.0 (relative to 10.4.3.1)
========

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

- USD :
- Added loading of `float4` USD shader parameters as `Color4` parameters.
- Added support for Arnold-USD's convention for representing connections to individual indices of an array.

Build
-----

- Added compatibility with USD 23.02.
- Updated Windows dependencies to 6.2.1.

10.4.3.1 (relative to 10.4.3.0)
Expand Down
4 changes: 2 additions & 2 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ SConsignFile()

ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below
ieCoreMajorVersion = 4 # backwards-incompatible changes
ieCoreMinorVersion = 3 # new backwards-compatible features
ieCorePatchVersion = 1 # bug fixes
ieCoreMinorVersion = 4 # new backwards-compatible features
ieCorePatchVersion = 0 # bug fixes
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.

###########################################################################################
Expand Down

0 comments on commit abc0801

Please sign in to comment.