From 4833a15b905b07498ed6d2deb447b1184cc5359a Mon Sep 17 00:00:00 2001 From: John Haddon Date: Sat, 7 Apr 2018 17:38:34 +0100 Subject: [PATCH] Bump version to 0.45.2.0 and update Changes --- Changes | 30 ++++++++++++++++++++++++++++++ SConstruct | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index da269c603cc..47ba6625c00 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,33 @@ +0.45.2.0 +======== + +Improvements +------------ + +- ArnoldAttributes : Added support for "subdiv_uv_smoothing" Arnold parameter (#2538). +- OSLObject : Improved performance by removing unnecessary primitive variable resampling (#2523). +- BoxUI : Removed "Promote as Box.enabled" menu item. The regular "Promote to Box" menu + item should be used instead (#2528). + +Fixes +----- + +- SceneHierarchy : Fixed bug which caused the scene selection to be cleared + unnecessarily (#2525). +- SceneInspector (#2532) : + - Fixed selection bug in Globals->Sets section. + - Fixed graphical glitch in Globals->Sets section. +- Transform Tools : Fixed context management bug (#2524). +- FileMenu : Fixed premature exit when opening backup containing error (#2526, #2527). +- OpenGLShader : Fixed serialisation (#2529). +- Box : Fixed creation of Boxes around existing SceneNode graphs (#2530). +- SceneGadget : Fixed Python binding for `getScene()` (#2532). + +API +--- + +- ShaderUI : Added `hideShaders()` function (#2533). + 0.45.1.0 ======== diff --git a/SConstruct b/SConstruct index 713814e933a..f3d3183737b 100644 --- a/SConstruct +++ b/SConstruct @@ -51,7 +51,7 @@ import subprocess gafferMilestoneVersion = 0 # for announcing major milestones - may contain all of the below gafferMajorVersion = 45 # 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