Skip to content

Commit

Permalink
Bump version to 10.5.9.2
Browse files Browse the repository at this point in the history
And add missing entry in Changes.
  • Loading branch information
johnhaddon committed Aug 30, 2024
1 parent ac86d9b commit 1be00fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
10.5.x.x (relative to 10.5.9.1)
10.5.x.x (relative to 10.5.9.2)
========




10.5.9.2 (relative to 10.5.9.1)
========

Fixes
Expand All @@ -7,7 +13,8 @@ Fixes
- USDScene :
- Fixed round-tripping of colons in set names.
- Fixed `hash()` to consider animation on ModelAPI extents when hashing the bound.
- ToMayaMeshConverter : Reverted #1386 that no longer locked normals set on the Mesh from the scc to fix issues with Maya incorrectly recomputing normals as Vertex normals when they were originally computed as Face normals
- ToMayaMeshConverter : Reverted #1386 that no longer locked normals set on the Mesh from the scc to fix issues with Maya incorrectly recomputing normals as Vertex normals when they were originally computed as Face normals.
- CurvesAlgo : Fixed `resamplePrimitiveVariables()` for use with periodic curves.

10.5.9.1 (relative to 10.5.9.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 = 5 # backwards-incompatible changes
ieCoreMinorVersion = 9 # new backwards-compatible features
ieCorePatchVersion = 1 # bug fixes
ieCorePatchVersion = 2 # bug fixes
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.

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

0 comments on commit 1be00fb

Please sign in to comment.