not all filepaths had the FILE_PATH subtype, this means using non utf8 paths would give errors.

This commit is contained in:
Campbell Barton
2011-12-11 21:23:29 +00:00
parent b22405fa6f
commit 5600cf9dd9
3 changed files with 7 additions and 16 deletions

View File

@@ -38,7 +38,7 @@ class ANIM_OT_keying_set_export(Operator):
bl_label = "Export Keying Set..."
filepath = StringProperty(
name="File Path",
subtype='FILE_PATH',
)
filter_folder = BoolProperty(
name="Filter folders",