From 31253a6a584641f3301e8dc102835e2688096b94 Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Sat, 8 Jun 2024 21:30:02 +0200 Subject: [PATCH] Drop dead code --- __init__.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/__init__.py b/__init__.py index 1dfb792..a893457 100644 --- a/__init__.py +++ b/__init__.py @@ -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