File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
- 10.4.3.x (relative to 10.4.3.1)
1
+ 10.4.4.0 (relative to 10.4.3.1)
2
2
========
3
3
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
+
4
11
Build
5
12
-----
6
13
14
+ - Added compatibility with USD 23.02.
7
15
- Updated Windows dependencies to 6.2.1.
8
16
9
17
10.4.3.1 (relative to 10.4.3.0)
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ SConsignFile()
56
56
57
57
ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below
58
58
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
61
61
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
62
62
63
63
###########################################################################################
You can’t perform that action at this time.
0 commit comments