File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 9.7.0
2+
3+ #### IECore
4+
5+ - Fixed potential crash in MeshPrimitiveEvaluator::barycentricPosition() (#475).
6+ - Fixed ConfigLoader to ignore duplicate paths. Note that this may change configuration
7+ behaviour for malformed paths with duplicates (#474).
8+
9+ #### IECoreArnold
10+
11+ - Added support for both deformation and transform blur (#473).
12+ - Refactored all Cortex->Arnold conversion functionality into new Algo.h headers,
13+ removing the old FromCoreConverter based classes. This does represent a compatibilit
14+ break, but IECoreArnold is in contrib, where no compatibility guarantees exist.
15+ - Fixed warnings relating to the data type of Arnold's visibility parameter, which
16+ has been changed to AtByte from AtInt.
17+
118# 9.6.1
219
320#### IECore
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ EnsureSConsVersion( 0, 97 )
5151SConsignFile ()
5252
5353ieCoreMajorVersion = 9
54- ieCoreMinorVersion = 6
55- ieCorePatchVersion = 1
54+ ieCoreMinorVersion = 7
55+ ieCorePatchVersion = 0
5656ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
5757
5858###########################################################################################
You can’t perform that action at this time.
0 commit comments