Skip to content

Commit

Permalink
Drop dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
walles committed Jun 8, 2024
1 parent b29e4fb commit 31253a6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,6 @@
)
from bpy.types import UILayout, Context, AnyType

bl_info = {
"name": "Find Bad Tracks",
"author": "Johan Walles",
"description": "Highlight motion tracks that move in suspicious directions",
"blender": (4, 1, 1),
"version": (0, 0, 1),
"location": "Clip Editor > Tools > Track > Find Bad Tracks",
"warning": "",
"doc_url": "https://github.com/walles/find_bad_motion_tracks#usage-instructions",
"tracker_url": "https://github.com/walles/find_bad_motion_tracks/issues",
"category": "Video Tools",
}

FIND_BAD_TRACKS = "Find Bad Tracks"

# If two points are further apart than this many percent of the image dimensions
Expand Down

0 comments on commit 31253a6

Please sign in to comment.