Skip to content

Replace legacy connections between attribute and model with links.

T.J. Corona requested to merge tjcorona/smtk:attributes-as-links into master

This commit Introduces resource associations to smtk::attribute::Resource and uses them in place of refModelManager(). It also changes ModelEntityItem into a subclass of ComponentItem, facilitating its use of resource links.

Merge request reports