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:
authormeta-androcto <meta.androcto1@gmail.com>2016-05-20 12:32:46 +0300
committermeta-androcto <meta.androcto1@gmail.com>2016-05-20 12:32:46 +0300
commit2fe2dbdc482c3f2d34d7dbe7434d1d35ee980ee7 (patch)
tree0226e1ab459f99978c32ea05c86c56d8ed424ac1 /io_import_scene_unreal_psa_psk.py
parent16edba689ed3295d738fb70247b50b54872a47fa (diff)
Add Panel Category: T48459
Diffstat (limited to 'io_import_scene_unreal_psa_psk.py')
-rw-r--r--io_import_scene_unreal_psa_psk.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_import_scene_unreal_psa_psk.py b/io_import_scene_unreal_psa_psk.py
index a7997863..cfb28dbf 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',