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:
authorhaikalle <haikalle@gmail.com>2019-05-25 10:38:22 +0300
committerhaikalle <haikalle@gmail.com>2019-05-25 10:39:05 +0300
commit3335bd9f102c8caf7385e394b626217ad0d1b285 (patch)
treeecbc0835323296d547dfaf14345409272ec0e9d1 /io_coat3D
parentee0fbc9e059a1594792b9d229bf5063ccd107fb6 (diff)
Create own category for 3D-Coat
Diffstat (limited to 'io_coat3D')
-rw-r--r--io_coat3D/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index 7aa1eef8..b575ba94 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -1175,7 +1175,7 @@ class SCENE_PT_Main(bpy.types.Panel):
bl_label = "3D-Coat Applink"
bl_space_type = "VIEW_3D"
bl_region_type = "UI"
- bl_category = 'View'
+ bl_category = '3D-Coat'
@classmethod
def poll(cls, context):