Skip to content

Commit

Permalink
Bump version to 10.4.7.1 and update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed May 10, 2023
1 parent 51b22d9 commit 4f558f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
10.4.x.x (relative to 10.4.7.0)
10.4.x.x (relative to 10.4.7.1)
========

10.4.7.1 (relative to 10.4.7.0)
========

Fixes
-----

- USDScene : The UsdShadeMaterialBindingAPI schema is now applied to all prims with material bindings, making the written files compatible with `USD_SHADE_MATERIAL_BINDING_API_CHECK=strict` mode.
- USDScene :
- The UsdShadeMaterialBindingAPI schema is now applied to all prims with material bindings, making the written files compatible with `USD_SHADE_MATERIAL_BINDING_API_CHECK=strict` mode.
- Fixed loading of USDGeomXformable's `ResetXformStack` operator.

10.4.7.0 (relative to 10.4.6.0)
========
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ SConsignFile()
ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below
ieCoreMajorVersion = 4 # backwards-incompatible changes
ieCoreMinorVersion = 7 # new backwards-compatible features
ieCorePatchVersion = 0 # bug fixes
ieCorePatchVersion = 1 # bug fixes
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.

###########################################################################################
Expand Down

0 comments on commit 4f558f5

Please sign in to comment.