From 1120ae52b362c30712b3e7de45c528d1115f6d5c Mon Sep 17 00:00:00 2001 From: Andrew Kaufman Date: Wed, 29 Jan 2014 11:21:16 -0800 Subject: [PATCH] Updating version and changes for 8.0.0 --- Changes | 16 ++++++++++++++++ SConstruct | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 99c80ed03c..32d787f5e9 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/SConstruct b/SConstruct index 20c44a0a27..dcdae07ea4 100644 --- a/SConstruct +++ b/SConstruct @@ -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. @@ -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