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-18 01:59:44 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-01-18 01:59:44 +0300
commitf20cd1211e18a2a8267f22b216c379c1bc6bd547 (patch)
treeea5d0c6ad385b8ac0fa3a1991327e1045a3cecba /io_import_scene_unreal_psa_psk.py
parent96ebb5adc27c5a52826fdcb09c3cc3d3af838c9b (diff)
psk i/o: restrict panel to object mode T50357
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 9733fa73..045ef471 100644
--- a/io_import_scene_unreal_psa_psk.py
+++ b/io_import_scene_unreal_psa_psk.py
@@ -1104,6 +1104,7 @@ class Panel_UDKImport(bpy.types.Panel):
bl_space_type = "VIEW_3D"
bl_region_type = "TOOLS"
bl_category = "File I/O"
+ bl_context = "objectmode"
filepath = StringProperty(
subtype='FILE_PATH',