Skip to content

Commit

Permalink
Bump version to 10.4.6.0 and update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Mar 3, 2023
1 parent fbd8eac commit f69a29a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
10.4.x.x (relative to 10.4.5.0)
10.4.6.0 (relative to 10.4.5.0)
========

Features
--------

- MeshAlgo : Added new MeshSplitter class, for efficient splitting meshes based on uniform primitive variables.
- ImathHash : Added new header that defines `std::hash` for Imath types.

Improvements
------------

- PointsPrimitive, Primitive : Accelerated bounds computation using `tbb::parallel_reduce`.
- MeshAlgo : Improved performance of `segment()`.

Fixes
-----

- ImageReader : Fixed compilation with versions of OIIO < 2.4.
- USDScene : Invalid primitive variables are now skipped during loading, with a warning being emitted instead.
- MeshAlgo : Fixed crease handling in `deleteFaces()`.

Build
-----
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ SConsignFile()

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

Expand Down

0 comments on commit f69a29a

Please sign in to comment.