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_export_unreal_psk_psa.py
parent96ebb5adc27c5a52826fdcb09c3cc3d3af838c9b (diff)
psk i/o: restrict panel to object mode T50357
Diffstat (limited to 'io_export_unreal_psk_psa.py')
-rw-r--r--io_export_unreal_psk_psa.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_export_unreal_psk_psa.py b/io_export_unreal_psk_psa.py
index f5c03167..c410f91c 100644
--- a/io_export_unreal_psk_psa.py
+++ b/io_export_unreal_psk_psa.py
@@ -2279,6 +2279,7 @@ class Panel_UDKExport( bpy.types.Panel ):
bl_category = "File I/O"
bl_space_type = "VIEW_3D"
bl_region_type = "TOOLS"
+ bl_context = "objectmode"
#def draw_header(self, context):
# layout = self.layout