Skip to content

Fix crashes when a failed operator is reinvoked.

David Thompson requested to merge dcthomp/cmb:fix-preexisting-result into master

This deletes the SMTK OperatorResult (an Attribute instance) on the client when the operation fails. Otherwise, when the operation is retried (presumably with different parameters), there is no message:

Attribute: result(*)-0 of Type: result(*)  - could not be created - is the name in use

(where '*' is replaced by the name of an operator).

Merge request reports