From 48fbe3d70700edca7be86478313d9c69c37b3c2e Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Thu, 13 Jun 2024 20:25:12 +0200 Subject: [PATCH] Make the tagline not-too-long --- blender_manifest.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/blender_manifest.toml b/blender_manifest.toml index a1fcdf0..7e87a7f 100644 --- a/blender_manifest.toml +++ b/blender_manifest.toml @@ -6,7 +6,9 @@ schema_version = "1.0.0" id = "find_bad_tracks" version = "0.0.1" name = "Find Bad Tracks" -tagline = "Highlight motion tracking tracks that move in suspicious directions" + +# NOTE: The tagline can be at most 64 characters long +tagline = "Highlight motion tracks that move in suspicious directions" maintainer = "Johan Walles " type = "add-on"