From 9e67bc5437f2070da37c75729a5c513aae9ab6a1 Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Tue, 3 Aug 2021 09:34:43 +0200 Subject: [PATCH] Add documentation URL to plugin metadata --- __init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/__init__.py b/__init__.py index d17a5e5..13a5bd1 100644 --- a/__init__.py +++ b/__init__.py @@ -28,6 +28,7 @@ "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", }