From 3d4c65a5ed4e99699007cd9b757ce49a29f96835 Mon Sep 17 00:00:00 2001 From: Andrew Kaufman Date: Mon, 19 Sep 2016 11:14:03 -0700 Subject: [PATCH] Updated version and changes --- Changes | 39 +++++++++++++++++++++++++++++++++++++++ SConstruct | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index c1fc99c3c69..a5ebe1d4abd 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,42 @@ +0.28.2.0 +======== + +UI +-- + +- Fixed incorrect re-use of widgets when swapping plugs with the same name. + +Scene +----- + +- Fixed context scoping issue during renders. + +Arnold +------ + +- Added curve min_pixel_width and mode attributes. +- Shaders are now re-loadable, and will automatically reload during script load. + +Cortex +------ + +- Fixed incorrect re-use of plugs when swapping parameters with the same name. + +API +--- + +- SceneAlgo + - Fixed context used by `sets()` function. +- RendererAlgo (preview) + - Fixed context used by `RenderSets` class. +- ArnoldShader + - Added keepExistingValue argument to `loadShader()`. + - Added `loadShader()` to serialisation. + - Reusing existing plugs wherever possible. +- CompoundParameterHandler + - Match by parameter object instead of name. +- CompoundPlugValueWidget + - Match by plug object instead of name. 0.28.1.0 ======== diff --git a/SConstruct b/SConstruct index 2c10a0adffe..409c9fac5dd 100644 --- a/SConstruct +++ b/SConstruct @@ -50,7 +50,7 @@ import subprocess gafferMilestoneVersion = 0 # for announcing major milestones - may contain all of the below gafferMajorVersion = 28 # backwards-incompatible changes -gafferMinorVersion = 1 # new backwards-compatible features +gafferMinorVersion = 2 # new backwards-compatible features gafferPatchVersion = 0 # bug fixes # All of the following must be considered when determining