Skip to content

BUG: Fixing Find Item related methods in smtk::attribute

Robert M. O'Bara requested to merge bob.obara/smtk:fixingFindMethods into master
  • Item now supports find()
  • Searching ValueItem and Attributes will now process GroupItem's
  • Added new enum values for SearchStyle to also include only returning Active top level items
  • Old SearchStyle enums are marked depricated
  • Added option to Attribute::itemAtPath to only return active items

This addresses issue #239 (closed)

Backport: release

Merge request reports