Commit 95e2995 1 parent 31f8216 commit 95e2995 Copy full SHA for 95e2995
File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ 10.3.4.0 (relative to 10.3.3.0)
2
+ ========
3
+
4
+ Improvements
5
+ ------------
6
+
7
+ - USDScene :
8
+ - Improved loading speed for stages where the same material is bound to many prims (#1253).
9
+ - Added support for `SdfAssetPath` attributes, which are now loaded as StringData containing the resolved asset path (#1252).
10
+
11
+ Fixes
12
+ -----
13
+
14
+ - CurvesAlgo : Fixed `resamplePrimitiveVariable()` to support vertex-to-varying and varying-to-vertex conversion for V2f primitive variables (#1251).
15
+ - USDScene : Fixed loading of materials containing shaders with exposed inputs (#1252).
16
+
1
17
10.3.3.0 (relative to 10.3.2.1)
2
18
========
3
19
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ SConsignFile()
56
56
57
57
ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below
58
58
ieCoreMajorVersion = 3 # backwards-incompatible changes
59
- ieCoreMinorVersion = 3 # new backwards-compatible features
59
+ ieCoreMinorVersion = 4 # new backwards-compatible features
60
60
ieCorePatchVersion = 0 # bug fixes
61
61
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
62
62
You can’t perform that action at this time.
0 commit comments