Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jhogsett committed Apr 4, 2024
1 parent a4be2a8 commit 6b12879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video_remixer_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ def process_animated_lens_hint(self, lens_hint, scene_input_path, scene_output_p
self.animate_undistort_scene(scene_input_path,
scene_output_path,
context=context)
return True
return True
return False

def process_static_lens_hint(self, lens_hint, scene_input_path, scene_output_path):
Expand Down

0 comments on commit 6b12879

Please sign in to comment.