File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed 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
+
1
18
# 9.6.1
2
19
3
20
#### IECore
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ EnsureSConsVersion( 0, 97 )
51
51
SConsignFile ()
52
52
53
53
ieCoreMajorVersion = 9
54
- ieCoreMinorVersion = 6
55
- ieCorePatchVersion = 1
54
+ ieCoreMinorVersion = 7
55
+ ieCorePatchVersion = 0
56
56
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
57
57
58
58
###########################################################################################
You can’t perform that action at this time.
0 commit comments