Skip to content

Commit

Permalink
PerspectiveMotion: log both frame counts on mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOneric authored and arch1t3cht committed Aug 6, 2024
1 parent 7eac78b commit c8addf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/arch.PerspectiveMotion.moon
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ main_dialog = (subs, sel, active) ->
quads = parse_powerpin_data results.data

die("Invalid tracking data!") if quads == nil
die("The length of the tracking data does not match the selected lines.") if #quads != selection_frames
die("The length of the tracking data (#{#quads}) does not match the selected lines (#{selection_frames}).") if #quads != selection_frames

results.selection_start_frame = selection_start_frame

Expand Down

0 comments on commit c8addf0

Please sign in to comment.