Gaffer 0.61.14.0 #4745
johnhaddon
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Improvements
Fixes
API
allowMultipleSelection
constructor argument. UseselectionMode
argument instead.selectionMode
allowing single and multiple cell selections.setSelection
andgetSelection
now accept and return different types depending on theselectionMode
. ForRow
andRows
modes, a singlePathMatcher
object represents the selection for all columns, maintaining backwards compatiblity. ForCell
andCells
modes, a list ofPatchMatcher
objects, one per column, represents the selection.MultipleWidgetCreatorsError
andMultiplePlugTypesError
.This discussion was created from the release Gaffer 0.61.14.0.
Beta Was this translation helpful? Give feedback.
All reactions