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+
123# 9.0.0-b7
224
325#### IECore
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ SConsignFile()
5353ieCoreMajorVersion = 9
5454ieCoreMinorVersion = 0
5555ieCorePatchVersion = 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.
5757
5858###########################################################################################
5959# Command line options
You can’t perform that action at this time.
0 commit comments