From 77c27029166a917b6144bd56c806e079eb1c68b5 Mon Sep 17 00:00:00 2001 From: Andrew Kaufman Date: Mon, 9 Mar 2015 14:01:34 -0700 Subject: [PATCH] Updated Changes --- Changes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changes b/Changes index 785c0637d7c..94d8e0de05c 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +# 0.10.0.0 +========= + Core ----------------------------------------------------------------------- @@ -19,6 +22,12 @@ UI - Fixed "Edit/SelectConnected" menu items to ignore invisible nodes. - Fixed "Edit/SelectAll" menu item to ignore invisible nodes (#1207). - Highlighted plugs at non-default values in the NodeEditor (#1216). +- SceneInspector + - Significant performance improvements. + - Added name based filtering for options and attributes (#1159). + - Added query caching. +- Fixed bug whereby Widget.setVisible( notABool ) could cause problems. +- Fixed clearing of StandardNodeGadget errors for non-DependencyNodes. Scene ----------------------------------------------------------------------- @@ -97,6 +106,7 @@ Build - libGafferUI now links with Qt. This must be considered when building Gaffer to be hosted inside other applications. - Requires subprocess32 python module. +- Added subprocess32 to dependencies build process. # 0.9.0.0 =========