Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--release/scripts/op/wm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/op/wm.py b/release/scripts/op/wm.py
index 8879b2bbaf2..1435d34934c 100644
--- a/release/scripts/op/wm.py
+++ b/release/scripts/op/wm.py
@@ -528,7 +528,7 @@ class WM_OT_path_open(bpy.types.Operator):
bl_idname = "wm.path_open"
bl_label = ""
- filepath = StringProperty(name="File Path", maxlen=1024)
+ filepath = StringProperty(name="File Path", maxlen=1024, subtype='FILE_PATH')
def execute(self, context):
import sys