diff --git a/Changes b/Changes index a605d0329c..ebf70e0d2f 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/SConstruct b/SConstruct index 1bbd83ead8..0a5012b240 100644 --- a/SConstruct +++ b/SConstruct @@ -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