[Bf-extensions-cvs] [3335bd9f] master: Create own category for 3D-Coat

haikalle noreply at git.blender.org
Sat May 25 09:39:11 CEST 2019


Commit: 3335bd9f102c8caf7385e394b626217ad0d1b285
Author: haikalle
Date:   Sat May 25 10:38:22 2019 +0300
Branches: master
https://developer.blender.org/rBA3335bd9f102c8caf7385e394b626217ad0d1b285

Create own category for 3D-Coat

===================================================================

M	io_coat3D/__init__.py

===================================================================

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):



More information about the Bf-extensions-cvs mailing list