Skip to content

Commit

Permalink
Bump version to 10.5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Apr 19, 2024
1 parent ff821fb commit 50233fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
10.5.x.x (relative to 10.5.6.2)
10.5.x.x (relative to 10.5.7.0)
========


10.5.7.0 (relative to 10.5.6.2)
========

Features
--------

- MeshPrimitive : Added interpolateBoundary, faceVaryingLinearInterpolation and triangleSubdivisionRule properties for controlling the shape of the subdivision limit surface.
- MeshPrimitive : Added `interpolateBoundary`, `faceVaryingLinearInterpolation` and `triangleSubdivisionRule` properties for controlling the shape of the subdivision limit surface.

Fixes
-----

- MeshPrimitive : Removed `interpolation` from topologyHash. The topologyHash should only include things which affect the layout of primitive variables.


10.5.6.2 (relative to 10.5.6.1)
========

Expand Down
4 changes: 2 additions & 2 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ SConsignFile()

ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below
ieCoreMajorVersion = 5 # backwards-incompatible changes
ieCoreMinorVersion = 6 # new backwards-compatible features
ieCorePatchVersion = 2 # bug fixes
ieCoreMinorVersion = 7 # new backwards-compatible features
ieCorePatchVersion = 0 # bug fixes
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.

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

0 comments on commit 50233fe

Please sign in to comment.