Skip to content

ENH: Adding Model Entity Centric Attribute View

Robert M. O'Bara requested to merge bob.obara/smtk:addingModelEntityView into master
  • Added new ModelEntityAttribute View support (adapted from release branch)
  • PersistentObject: added name() method
  • we now register attribute resource plugin automatically with ParaView server
  • atAttribute: now has support for Item::ReferenceType
  • Removed old selection manager stuff from qtBaseView
  • qtComponentItem: Fixed bug related to extensible items in synopsis method
  • Attribute XML Parsers replaced support for model entity items from using reference items to use component items
  • Resource:: added a findAs method that can be used to further specialize the results of a query search based on the container type
  • Moved all UI icons into their own directory and removed old qrc file that was redundant

Merge request reports