Skip to content

Commit

Permalink
Bump version to 10.5.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Oct 24, 2024
1 parent bc72de8 commit 14a2a08
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
10.5.x.x (relative to 10.5.9.5)
10.5.x.x (relative to 10.5.10.0)
========



10.5.10.0 (relative to 10.5.9.5)
=========

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

- USDScene : PointInstancers are now loaded with invisibleIds and inactiveIds as primitive variables.
- USDScene : PointInstancers are now loaded with `invisibleIds` and `inactiveIds` as primitive variables.
- IECoreUSD::DataAlgo :
- Made `valueTypeName` argument to `fromUSD( const VtValue & )` optional. This allows VtValue to be converted without having additional type information available.
- Added conversions between `VtDictionary` and `CompoundData`.
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 = 9 # new backwards-compatible features
ieCorePatchVersion = 5 # bug fixes
ieCoreMinorVersion = 10 # new backwards-compatible features
ieCorePatchVersion = 0 # bug fixes
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.

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

0 comments on commit 14a2a08

Please sign in to comment.