File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed
Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 1+ # 9.0.0-b5
2+
3+ #### IECore
4+
5+ - Fixed PointsPrimitive::bound() to account the width or aspect ratio of the points.
6+ - Made MurmurHash::append() an inline function
7+
8+ #### IECoreMaya
9+
10+ - SceneShapeUI::select now returns false when polygons aren't being displayed in the viewport.
11+
12+ #### IECoreHoudini
13+
14+ - SceneCacheNodes have a new "Full Path Name" parm which creates an attrib for the full path for each shape (default is off).
15+
16+ #### IECoreGL
17+
18+ - Fixed radius of spheres rendered by IECoreGL::PointsPrimitive.
19+
20+ #### IECoreAppleseed
21+
22+ - Camera, transformation, deformation motion blur support.
23+ - Lights can now be turned on and off.
24+ - Interactive rendering support.
25+ - Added support for the photon target attribute.
26+ - Added support for orthographic cameras.
27+ - Added an appleseed log handler that uses MessageHandler to log messages.
28+
129# 9.0.0-b4
230
331#### IECore
Original file line number Diff line number Diff line change 11##########################################################################
22#
3- # Copyright (c) 2007-2014 , Image Engine Design Inc. All rights reserved.
3+ # Copyright (c) 2007-2015 , Image Engine Design Inc. All rights reserved.
44#
55# Copyright 2010 Dr D Studios Pty Limited (ACN 127 184 954) (Dr. D Studios),
66# its affiliates and/or its licensors.
@@ -53,7 +53,7 @@ SConsignFile()
5353ieCoreMajorVersion = 9
5454ieCoreMinorVersion = 0
5555ieCorePatchVersion = 0
56- ieCoreVersionSuffix = "b4 " # used for alpha/beta releases. Example: "a1", "b2", etc.
56+ ieCoreVersionSuffix = "b5 " # 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