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.5
2
+
3
+ #### IECore
4
+
5
+ - Fixing seg fault when attempting to read a non-existant attribute several times.
6
+ - Minor fixes for issues highlighted by Coverity.
7
+
8
+ #### IECoreRI
9
+
10
+ - Added support for string array options in SXRenderer.
11
+
12
+ #### IECoreMaya
13
+
14
+ - MayaScene now outputs the "scene:visible" attribute based on Maya visibility.
15
+ - SceneShapeInterface::componentNames() and selectionName() now work even if the Maya viewport hasn't refreshed.
16
+
17
+ #### IECoreNuke
18
+
19
+ - Added support in DeepImageReader for ZBack channels.
20
+
1
21
# 8.4.4
2
22
3
23
#### IECore
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ SConsignFile()
52
52
53
53
ieCoreMajorVersion = 8
54
54
ieCoreMinorVersion = 4
55
- ieCorePatchVersion = 4
55
+ ieCorePatchVersion = 5
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