Skip to content

Commit 1be00fb

Browse files
committed
Bump version to 10.5.9.2
And add missing entry in Changes.
1 parent ac86d9b commit 1be00fb

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Changes

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
10.5.x.x (relative to 10.5.9.1)
1+
10.5.x.x (relative to 10.5.9.2)
2+
========
3+
4+
5+
6+
7+
10.5.9.2 (relative to 10.5.9.1)
28
========
39

410
Fixes
@@ -7,7 +13,8 @@ Fixes
713
- USDScene :
814
- Fixed round-tripping of colons in set names.
915
- Fixed `hash()` to consider animation on ModelAPI extents when hashing the bound.
10-
- 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
16+
- 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.
17+
- CurvesAlgo : Fixed `resamplePrimitiveVariables()` for use with periodic curves.
1118

1219
10.5.9.1 (relative to 10.5.9.0)
1320
========

SConstruct

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ SConsignFile()
5757
ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below
5858
ieCoreMajorVersion = 5 # backwards-incompatible changes
5959
ieCoreMinorVersion = 9 # new backwards-compatible features
60-
ieCorePatchVersion = 1 # bug fixes
60+
ieCorePatchVersion = 2 # bug fixes
6161
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
6262

6363
###########################################################################################

0 commit comments

Comments
 (0)