not all filepaths had the FILE_PATH subtype, this means using non utf8 paths would give errors.
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user