Skip to content

Commit

Permalink
Bumped version to 8.0.0-a4 and updated Changes file.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Nov 27, 2013
1 parent d6f3985 commit b220b25
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 8.0.0-b4

#### IECore

- Optimised polygonNormal and polygonWinding in PolygonAlgo.h.
- Added face normals mode to MeshNormalsOp.

#### IECoreGL

- Fixed shading of polygon meshes with no "N" primitive variable (#118).

#### IECoreArnold

- Added support for Arnold parameters of type AI_TYPE_BYTE.
- Added compatibility with Arnold 4.1.
- Fixed hangs in procedurals.

# 8.0.0-b3

#### IECore
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ SConsignFile()
ieCoreMajorVersion=8
ieCoreMinorVersion=0
ieCorePatchVersion=0
ieCoreVersionSuffix="b3" # used for alpha/beta releases. Example: "a1", "b2", etc.
ieCoreVersionSuffix="b4" # used for alpha/beta releases. Example: "a1", "b2", etc.

###########################################################################################
# Command line options
Expand Down

0 comments on commit b220b25

Please sign in to comment.