Skip to content
Snippets Groups Projects

Arc deletion

Merged David Thompson requested to merge dcthomp/smtk:arc-bark into master
  1. Dec 01, 2023
    • David Thompson's avatar
      ReadResource should invoke its readers internally. · ccbdff7f
      David Thompson authored
      This changes how the ReadResource operation invokes the sub-reader
      operations it creates. Instead of invoking them synchronously as
      full-fledged operations (which runs preprocessing and postprocessing
      on them, including the firing of observers), it should run them
      internally (passing an instance the protected Key struct) such that
      no observers are fired. This way, newly-created resources are not
      reported to operation observers twice (once by the sub-reader and
      once by ReadResource).
      ccbdff7f
    • David Thompson's avatar
      Fix signal operation result… · a43d1e1f
      David Thompson authored
      … such that the "resource" item does not require any values
      (since Signal can be used even when a new attribute resource
      has not been created). This fixes issues where iterating over
      its items throws an exception because an unset value exists.
      a43d1e1f
    • David Thompson's avatar
      Emplace worklets at the drop location. · 511e3074
      David Thompson authored
      511e3074
    • David Thompson's avatar
      Arc removal mode. · deee9713
      David Thompson authored
      + Refactor qtTaskEditor to own an object for each interaction mode.
      + Add a "disconnect" interaction mode for deleting dependencies and
        (when such operations exist) task-adaptors.
      deee9713
Loading