File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 9.0.0-b8
2
+
3
+ #### IECore
4
+
5
+ - Added a new magic number for JPG compatibility
6
+
7
+ #### IECoreMaya
8
+
9
+ - Maya 2016 compile fixes for gcc 4.8
10
+
11
+ #### IECoreAlembic
12
+
13
+ - Fixed bug where face sets were treated as children.
14
+
15
+ #### IECoreRI
16
+
17
+ - Changed SXExecutor parameter interpretation.
18
+
19
+ #### IECoreAppleseed
20
+
21
+ - Added support for interactive non-editable final rendering.
22
+
1
23
# 9.0.0-b7
2
24
3
25
#### IECore
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ SConsignFile()
53
53
ieCoreMajorVersion = 9
54
54
ieCoreMinorVersion = 0
55
55
ieCorePatchVersion = 0
56
- ieCoreVersionSuffix = "b7 " # used for alpha/beta releases. Example: "a1", "b2", etc.
56
+ ieCoreVersionSuffix = "b8 " # used for alpha/beta releases. Example: "a1", "b2", etc.
57
57
58
58
###########################################################################################
59
59
# Command line options
You can’t perform that action at this time.
0 commit comments