Sybren A. Stüvel f7150c0d29 Allow aborting a pack operation.
For this to work well I also had to remove the sorting of blocks in
trace.deps(). The sorting caused the first `yield` to be executed only
after each blend file was opened, which means that the consuming for-loop
takes a long time to hit its first iteration. As a result, it would respond
slowly to abort requests. By not sorting the first `yield` is much sooner,
resolving this issue.
2018-03-16 12:12:15 +01:00
..
2018-03-16 12:12:15 +01:00
2018-03-15 17:59:55 +01:00
2018-03-16 12:12:15 +01:00
2018-03-16 12:12:15 +01:00
2018-03-16 12:12:15 +01:00