Create own category for 3D-Coat

This commit is contained in:
Kalle-Samuli Riihikoski 2019-05-25 10:38:22 +03:00
parent ee0fbc9e05
commit 3335bd9f10
1 changed files with 1 additions and 1 deletions

View File

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