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>2017-01-08 04:47:01 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-01-08 04:47:01 +0300
commite04667744f61f4f275830a3d1c791c8145078794 (patch)
tree0b78fc0bf18c5d4e2cb7657ab649cd665bf5fb9c /io_export_unreal_psk_psa.py
parentcfa05ffa690690b9421c5c52f351c91bbfaafc47 (diff)
.psk i/o, change Tab name to File I/O T50357
Diffstat (limited to 'io_export_unreal_psk_psa.py')
-rw-r--r--io_export_unreal_psk_psa.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/io_export_unreal_psk_psa.py b/io_export_unreal_psk_psa.py
index 47aea0ec..f5c03167 100644
--- a/io_export_unreal_psk_psa.py
+++ b/io_export_unreal_psk_psa.py
@@ -2276,7 +2276,7 @@ class Panel_UDKExport( bpy.types.Panel ):
bl_label = "UDK Export"
bl_idname = "OBJECT_PT_udk_tools"
- bl_category = "Import/Export"
+ bl_category = "File I/O"
bl_space_type = "VIEW_3D"
bl_region_type = "TOOLS"
@@ -2670,7 +2670,7 @@ class PskAddonPreferences(bpy.types.AddonPreferences):
category = bpy.props.StringProperty(
name="Tab Category",
description="Choose a name for the category of the panel",
- default="Import/Export",
+ default="File I/O",
update=update_panel)
def draw(self, context):
@@ -2687,6 +2687,7 @@ def register():
#print("REGISTER")
bpy.utils.register_module(__name__)
bpy.types.INFO_MT_file_export.append(menu_func)
+ update_panel(None, bpy.context)
def unregister():
#print("UNREGISTER")