From 7861fdfbec2028fa761022e0ef601bbcac1daece Mon Sep 17 00:00:00 2001 From: John Haddon Date: Thu, 26 Sep 2013 12:07:36 -0700 Subject: [PATCH] Bumped version to 0.82.0 and updated Changes file. --- Changes | 21 +++++++++++++++++++++ SConstruct | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index b1978ba5c75..bbf324a3271 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,24 @@ +# 0.82.0 + +#### Core + +- Made Plug::acceptsInput() consider current output connections (#532). + +#### UI + +- Added even-more-simplified mode to StandardNodeUI (#549). +- Fixed GraphGadget for NULL return from NodeGadget::create(). This allows NodeGadget::registerNodeGadget() to be used with functions that will return NULL to signify that the node should be hidden. + +#### Scene + +- Fixed errors reading polygon normals from Alembic files (courtesy of Cortex 8.0.0-a18). +- Added MapOffset node for offsetting texture coordinates. + +#### RenderMan + +- Fixed output of multiple displays (courtesy of Cortex 8.0.0-a18) (#357). +- Added automatic instancing capabilities (courtesy of Cortex 8.0.0-a18). + 0.81.0 ====== diff --git a/SConstruct b/SConstruct index e59c740a4c8..5d729186cd5 100644 --- a/SConstruct +++ b/SConstruct @@ -466,7 +466,7 @@ env = Environment( options = options, GAFFER_MAJOR_VERSION = "0", - GAFFER_MINOR_VERSION = "81", + GAFFER_MINOR_VERSION = "82", GAFFER_PATCH_VERSION = "0", )