Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle-Samuli Riihikoski <haikalle@gmail.com>2020-04-02 19:12:46 +0300
committerKalle-Samuli Riihikoski <haikalle@gmail.com>2020-04-02 19:12:46 +0300
commitdd6e938d5ae29704f4bcf4019fc350f10c63cb05 (patch)
treec0c345d66d02d15e1985759c8314faed620309c3 /io_coat3D
parent0b1520821fd24ae8fd175b75abe3554df06472cc (diff)
io_coat3D: fixing crash
Diffstat (limited to 'io_coat3D')
-rw-r--r--io_coat3D/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index 189f28d1..4f79557c 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -25,7 +25,6 @@ bl_info = {
"description": "Transfer data between 3D-Coat/Blender",
"warning": "",
"doc_url": "{BLENDER_MANUAL_URL}/addons/import_export/coat3D.html",
-
"category": "Import-Export",
}