Skip to content

Commit c6ae8be

Browse files
committed
Update Changes and bump version to 9.7.0.
1 parent 73a15bc commit c6ae8be

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

Changes

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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

SConstruct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ EnsureSConsVersion( 0, 97 )
5151
SConsignFile()
5252

5353
ieCoreMajorVersion=9
54-
ieCoreMinorVersion=6
55-
ieCorePatchVersion=1
54+
ieCoreMinorVersion=7
55+
ieCorePatchVersion=0
5656
ieCoreVersionSuffix="" # used for alpha/beta releases. Example: "a1", "b2", etc.
5757

5858
###########################################################################################

0 commit comments

Comments
 (0)