Skip to content

Commit d7b870c

Browse files
committed
Bump version to 10.4.0.0a2 and update Changes
1 parent 4e094a3 commit d7b870c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

Changes

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
10.4.0.0a2 (relative to 10.4.0.0a1)
2+
==========
3+
4+
> Note : None of these changes need to be mentioned in the release notes for the final release version of `10.4.0.0`. They are all inherited from `10.3.4.0`.
5+
6+
Improvements
7+
------------
8+
9+
- USDScene :
10+
- Improved loading speed for stages where the same material is bound to many prims (#1253).
11+
- Added support for `SdfAssetPath` attributes, which are now loaded as StringData containing the resolved asset path (#1252).
12+
13+
Fixes
14+
-----
15+
16+
- CurvesAlgo : Fixed `resamplePrimitiveVariable()` to support vertex-to-varying and varying-to-vertex conversion for V2f primitive variables (#1251).
17+
- USDScene : Fixed loading of materials containing shaders with exposed inputs (#1252).
18+
119
10.4.0.0a1 (relative to 10.3.2.1)
220
==========
321

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all
5858
ieCoreMajorVersion = 4 # backwards-incompatible changes
5959
ieCoreMinorVersion = 0 # new backwards-compatible features
6060
ieCorePatchVersion = 0 # bug fixes
61-
ieCoreVersionSuffix = "a1" # used for alpha/beta releases. Example: "a1", "b2", etc.
61+
ieCoreVersionSuffix = "a2" # used for alpha/beta releases. Example: "a1", "b2", etc.
6262

6363
###########################################################################################
6464
# Command line options

0 commit comments

Comments
 (0)