0.60.3.0
Features
Drag and drop : Added G hotkey for starting and stopping drags without using buttons on the mouse or stylus. This can be used for any drag and drop operation in Gaffer, including making connections in the GraphEditor. Press G to start a drag, and press G again to drop.
Improvements
PythonEditor :
Added syntax highlighting and tab completion.
Added Ctrl + ] hotkey for indenting and Ctrl + [ for unindenting the selection.
Added Ctrl + / hotkey for commenting and uncommenting the selection.
Added context menus to input and output widgets.
All Gaffer and IECore modules are now imported by default.
UIEditor : Added syntax highlighting and tab completion to the code editor for button widgets.
OSLCode : Added syntax highlighting.
ImageMetadata : Added
extraMetadata
plug, which is useful for generating arbitrary metadata from an expression, and for using types which are not supported by the standardmetadata
plug (timecodes for instance).
Fixes
ImageReader/ImageWriter : The
name
,oiio:subimagename
andoiio:subimages
metadata items are now ignored because they are ambiguous, and caused ImageWriter to write incorrect images. The same information is available in Gaffer via the image’schannelNames
.
Fixes
GraphEditor : Fixed bug in
D shortcut.
API
CodeWidget : Added new class for displaying/editing code.
PlugLayout : Added a warning for plugs that reference activators that have not been registered.
ImageTestCase : Added
ignoreChannelNamesOrder
keyword argument toassertImagesEqual()
. This defaults toFalse
, maintaining the previous behaviour.MultiLineTextWidget : Added
cursorBound()
method.WidgetAlgo :
joinEdges()
now accepts an arbitrary list of widgets rather than requiring aListContainer
. In this case, the orientation must be passed as an additional argument.PythonEditor : Added a
namespace()
method, which returns the globals/locals used byexecute()
.