File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ # 8.0.0-b4
2+
3+ #### IECore
4+
5+ - Optimised polygonNormal and polygonWinding in PolygonAlgo.h.
6+ - Added face normals mode to MeshNormalsOp.
7+
8+ #### IECoreGL
9+
10+ - Fixed shading of polygon meshes with no "N" primitive variable (#118).
11+
12+ #### IECoreArnold
13+
14+ - Added support for Arnold parameters of type AI_TYPE_BYTE.
15+ - Added compatibility with Arnold 4.1.
16+ - Fixed hangs in procedurals.
17+
118# 8.0.0-b3
219
320#### IECore
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ SConsignFile()
5353ieCoreMajorVersion = 8
5454ieCoreMinorVersion = 0
5555ieCorePatchVersion = 0
56- ieCoreVersionSuffix = "b3 " # used for alpha/beta releases. Example: "a1", "b2", etc.
56+ ieCoreVersionSuffix = "b4 " # 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