-
Bastien Montagne authored
When VSE cache is invalidated (on most VSE edit operation e.g.), or Blender quits, in some cases (complex and very long edits), the prefetch job would block several seconds after being requested to stop. This was because one codepath would keep looping over all frames without checking for the `stop` flag.
Bastien Montagne authoredWhen VSE cache is invalidated (on most VSE edit operation e.g.), or Blender quits, in some cases (complex and very long edits), the prefetch job would block several seconds after being requested to stop. This was because one codepath would keep looping over all frames without checking for the `stop` flag.