Skip to content

Commit abc0801

Browse files
committed
Bump version to 10.4.4.0 and update Changes
1 parent c1e00ba commit abc0801

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Changes

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
10.4.3.x (relative to 10.4.3.1)
1+
10.4.4.0 (relative to 10.4.3.1)
22
========
33

4+
Improvements
5+
------------
6+
7+
- USD :
8+
- Added loading of `float4` USD shader parameters as `Color4` parameters.
9+
- Added support for Arnold-USD's convention for representing connections to individual indices of an array.
10+
411
Build
512
-----
613

14+
- Added compatibility with USD 23.02.
715
- Updated Windows dependencies to 6.2.1.
816

917
10.4.3.1 (relative to 10.4.3.0)

SConstruct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ SConsignFile()
5656

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

6363
###########################################################################################

0 commit comments

Comments
 (0)