From a593224b1477cf8ad9b74b914bb2120af35e658a Mon Sep 17 00:00:00 2001 From: Colin Basnett Date: Thu, 11 Aug 2022 02:08:26 -0700 Subject: [PATCH] Added (ASE) to the name of the addon This should make it easier to find in the addon list when searching --- src/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__init__.py b/src/__init__.py index 8e33949..cb81d42 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1,5 +1,5 @@ bl_info = { - 'name': 'ASCII Scene Export', + 'name': 'ASCII Scene Export (ASE)', 'description': 'Export ASE (ASCII Scene Export) files', 'author': 'Colin Basnett (Darklight Games)', 'version': (1, 2, 0),