Skip to content

ENH: Added Category Labeling Option (and some bug fixes)

Robert M. O'Bara requested to merge bob.obara/smtk:categoryLabelOption into master

Copied the Category labeling mechanism from Release branch

In the top level view you can now set the category filtering label by using the FilterByCategoryLabel Attribute

For example
<View Type="Category" Title="SimBuilder" TopLevel="true"
      FilterByAdvanceLevel="false" FilterByCategoryMode="alwaysOn" FilterByCategoryLabel="Module: ">

By default it is set to how by Category:
  • Also updated browseModel so it will now compile

  • Also fixed vtkSMTKAttributeReader so it will read attribute files that have includes relative to the path of the original file.

Merge request reports