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
+
1
29
# 9.0.0-b4
2
30
3
31
#### IECore
Original file line number Diff line number Diff line change 1
1
##########################################################################
2
2
#
3
- # Copyright (c) 2007-2014 , Image Engine Design Inc. All rights reserved.
3
+ # Copyright (c) 2007-2015 , Image Engine Design Inc. All rights reserved.
4
4
#
5
5
# Copyright 2010 Dr D Studios Pty Limited (ACN 127 184 954) (Dr. D Studios),
6
6
# its affiliates and/or its licensors.
@@ -53,7 +53,7 @@ SConsignFile()
53
53
ieCoreMajorVersion = 9
54
54
ieCoreMinorVersion = 0
55
55
ieCorePatchVersion = 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.
57
57
58
58
###########################################################################################
59
59
# Command line options
You can’t perform that action at this time.
0 commit comments