File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 8.4.0
2
+
3
+ #### IECore
4
+
5
+ - Fixed a bug where the EXRImageReader would interpret Deep EXRs as valid.
6
+ - Added IECore::EXRDeepImageReader (only when building with OpenEXR 2)
7
+ - Added IECore::EXRDeepImageWriter (only when building with OpenEXR 2)
8
+
9
+ #### IECoreRI
10
+
11
+ - Added support for coordinate systems and a world transform in SXRenderer
12
+
13
+ #### IECoreHoudini
14
+
15
+ - Fixed crash when merging CortexPrimitives in Houdini 13.
16
+
17
+ #### IECoreNuke
18
+
19
+ - Fixed linking of IECoreNuke for Nuke 8.
20
+
1
21
# 8.3.0
2
22
3
23
#### IECore
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ EnsureSConsVersion( 0, 97 )
51
51
SConsignFile ()
52
52
53
53
ieCoreMajorVersion = 8
54
- ieCoreMinorVersion = 3
54
+ ieCoreMinorVersion = 4
55
55
ieCorePatchVersion = 0
56
56
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
57
57
You can’t perform that action at this time.
0 commit comments