File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 8.0.0
2
+
3
+ #### IECore
4
+
5
+ - Added screen window modes to CameraController::setResolution.
6
+ - Fixed multiplication issue in MatrixInterpolator
7
+
8
+ #### IECoreMaya
9
+
10
+ - SceneShape GL Preview responds to the "scene:visible" attribute
11
+
12
+ #### IECoreHoudini
13
+
14
+ - SceneCache ROP marks visiblity using "scene:visible" rather than "visible"
15
+ - Preventing crashes in HoudiniScene when OBJ networks contain non-OBJ nodes
16
+
1
17
# 8.0.0-b9
2
18
3
19
#### IECore
Original file line number Diff line number Diff line change 1
1
##########################################################################
2
2
#
3
- # Copyright (c) 2007-2013 , Image Engine Design Inc. All rights reserved.
3
+ # Copyright (c) 2007-2014 , 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 = 8
54
54
ieCoreMinorVersion = 0
55
55
ieCorePatchVersion = 0
56
- ieCoreVersionSuffix = "b9 " # used for alpha/beta releases. Example: "a1", "b2", etc.
56
+ ieCoreVersionSuffix = "" # 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