File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 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+
11710.3.3.0 (relative to 10.3.2.1)
218========
319
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ SConsignFile()
5656
5757ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below
5858ieCoreMajorVersion = 3 # backwards-incompatible changes
59- ieCoreMinorVersion = 3 # new backwards-compatible features
59+ ieCoreMinorVersion = 4 # new backwards-compatible features
6060ieCorePatchVersion = 0 # bug fixes
6161ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
6262
You can’t perform that action at this time.
0 commit comments