Skip to content

Commit 1120ae5

Browse files
committed
Updating version and changes for 8.0.0
1 parent 5c956fb commit 1120ae5

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

Changes

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
117
# 8.0.0-b9
218

319
#### IECore

SConstruct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
##########################################################################
22
#
3-
# Copyright (c) 2007-2013, Image Engine Design Inc. All rights reserved.
3+
# Copyright (c) 2007-2014, 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()
5353
ieCoreMajorVersion=8
5454
ieCoreMinorVersion=0
5555
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.
5757

5858
###########################################################################################
5959
# Command line options

0 commit comments

Comments
 (0)