[Bf-extensions-cvs] [2fe2dbd] master: Add Panel Category: T48459

meta-androcto noreply at git.blender.org
Fri May 20 11:33:14 CEST 2016


Commit: 2fe2dbdc482c3f2d34d7dbe7434d1d35ee980ee7
Author: meta-androcto
Date:   Fri May 20 19:32:46 2016 +1000
Branches: master
https://developer.blender.org/rBA2fe2dbdc482c3f2d34d7dbe7434d1d35ee980ee7

Add Panel Category: T48459

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

M	io_export_unreal_psk_psa.py
M	io_import_scene_unreal_psa_psk.py

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

diff --git a/io_export_unreal_psk_psa.py b/io_export_unreal_psk_psa.py
index a3846ed..dcba311 100644
--- a/io_export_unreal_psk_psa.py
+++ b/io_export_unreal_psk_psa.py
@@ -2276,9 +2276,7 @@ class Panel_UDKExport( bpy.types.Panel ):
 
     bl_label        = "UDK Export"
     bl_idname       = "OBJECT_PT_udk_tools"
-    #bl_space_type  = "PROPERTIES"
-    #bl_region_type = "WINDOW"
-    #bl_context     = "object"
+    bl_category     = "Import/Export"
     bl_space_type   = "VIEW_3D"
     bl_region_type  = "TOOLS"
 
diff --git a/io_import_scene_unreal_psa_psk.py b/io_import_scene_unreal_psa_psk.py
index a799786..cfb28db 100644
--- a/io_import_scene_unreal_psa_psk.py
+++ b/io_import_scene_unreal_psa_psk.py
@@ -1103,6 +1103,7 @@ class Panel_UDKImport(bpy.types.Panel):
     bl_idname = "OBJECT_PT_udk_import"
     bl_space_type = "VIEW_3D"
     bl_region_type = "TOOLS"
+    bl_category = "Import/Export"
 
     filepath = StringProperty(
             subtype='FILE_PATH',



More information about the Bf-extensions-cvs mailing list