Have ; add track points to each instance rather than pause
This commit is contained in:
@@ -1554,6 +1554,8 @@ class VideoEditor:
|
||||
self.searching_interesting_point = False
|
||||
self.search_progress_text = ""
|
||||
self.display_needs_update = True
|
||||
self.tracking_points.setdefault(comparison_frame_num, []).append((self.frame_width // 2, self.frame_height // 2))
|
||||
self.go_to_next_interesting_point()
|
||||
return
|
||||
|
||||
# Move to next comparison
|
||||
|
||||
Reference in New Issue
Block a user