From a7ffba8082bfc7670496d35e537fdf5000d6e9e3 Mon Sep 17 00:00:00 2001 From: doc-code Date: Sun, 1 Sep 2024 03:47:57 +0200 Subject: [PATCH] Update manifest to v1.3.0, update files permission reason --- addon/blender_manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addon/blender_manifest.toml b/addon/blender_manifest.toml index ae7614f..53c4a1b 100644 --- a/addon/blender_manifest.toml +++ b/addon/blender_manifest.toml @@ -1,6 +1,6 @@ schema_version = "1.0.0" id = "custom_templates" -version = "1.2.6" +version = "1.3.0" name = "Custom Templates" tagline = "Use your own .blend files as template options for new projects" maintainer = "Francesco Bellini " @@ -11,4 +11,4 @@ blender_version_min = "4.2.0" license = ["SPDX:GPL-3.0-or-later"] copyright = ["2024 Francesco Bellini"] [permissions] -files = "Import/Export your custom templates as JSON from/to disk" +files = "JSON Import/Export of templates list / Add from folder feature"