From 4f558f55a73b8d9339be46ecc3706edfe1cbad85 Mon Sep 17 00:00:00 2001 From: John Haddon Date: Wed, 10 May 2023 10:12:45 +0100 Subject: [PATCH] Bump version to 10.4.7.1 and update Changes --- Changes | 9 +++++++-- SConstruct | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index b5695a6b57..bd4fb3253c 100644 --- a/Changes +++ b/Changes @@ -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) ======== diff --git a/SConstruct b/SConstruct index 12088077ca..cd87f130ae 100644 --- a/SConstruct +++ b/SConstruct @@ -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. ###########################################################################################