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:
authorCampbell Barton <ideasman42@gmail.com>2011-03-03 18:47:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-03-03 18:47:10 +0300
commit0753bd344d48c039a6cb26df2de54cf4e6ba5243 (patch)
treea5c5bb6bad134a30be156d60d4354e7e5f523a12 /io_scene_obj/__init__.py
parent96247bdb6cb4c9b39f04d57cb8d050782b538ac4 (diff)
this wasn't restored from 2.4x, fix [#26266] .OBJ import 'Clamp Scale' not working
also enable preset menu
Diffstat (limited to 'io_scene_obj/__init__.py')
-rw-r--r--io_scene_obj/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_scene_obj/__init__.py b/io_scene_obj/__init__.py
index 3c9c5b5c..2cee2efb 100644
--- a/io_scene_obj/__init__.py
+++ b/io_scene_obj/__init__.py
@@ -48,6 +48,7 @@ class ImportOBJ(bpy.types.Operator, ImportHelper):
'''Load a Wavefront OBJ File'''
bl_idname = "import_scene.obj"
bl_label = "Import OBJ"
+ bl_options = {'PRESET'}
filename_ext = ".obj"
filter_glob = StringProperty(default="*.obj;*.mtl", options={'HIDDEN'})