Skip to content

Commit

Permalink
Updating version and changes for 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkaufman committed Jan 29, 2014
1 parent 5c956fb commit 1120ae5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 8.0.0

#### IECore

- Added screen window modes to CameraController::setResolution.
- Fixed multiplication issue in MatrixInterpolator

#### IECoreMaya

- SceneShape GL Preview responds to the "scene:visible" attribute

#### IECoreHoudini

- SceneCache ROP marks visiblity using "scene:visible" rather than "visible"
- Preventing crashes in HoudiniScene when OBJ networks contain non-OBJ nodes

# 8.0.0-b9

#### IECore
Expand Down
4 changes: 2 additions & 2 deletions SConstruct
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##########################################################################
#
# Copyright (c) 2007-2013, Image Engine Design Inc. All rights reserved.
# Copyright (c) 2007-2014, Image Engine Design Inc. All rights reserved.
#
# Copyright 2010 Dr D Studios Pty Limited (ACN 127 184 954) (Dr. D Studios),
# its affiliates and/or its licensors.
Expand Down Expand Up @@ -53,7 +53,7 @@ SConsignFile()
ieCoreMajorVersion=8
ieCoreMinorVersion=0
ieCorePatchVersion=0
ieCoreVersionSuffix="b9" # used for alpha/beta releases. Example: "a1", "b2", etc.
ieCoreVersionSuffix="" # used for alpha/beta releases. Example: "a1", "b2", etc.

###########################################################################################
# Command line options
Expand Down

0 comments on commit 1120ae5

Please sign in to comment.