Skip to content

BUG: Fixing ValueItem::assign

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

The original code assumed that a ValueItem'sExpression was in the same Attribute Resource as the ValueItem itself. The code has been changed to support expressions that exist in other Attribute Resources.

Closes #497 (closed)

Merge request reports