From 595167d13b957826ffde132fd33a3b93b4d57863 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 11 Dec 2011 21:25:04 +0000 Subject: make sure all filepath props have FILE_PATH subtype --- io_export_unreal_psk_psa.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'io_export_unreal_psk_psa.py') diff --git a/io_export_unreal_psk_psa.py b/io_export_unreal_psk_psa.py index 121c5000..1c5bcaa8 100644 --- a/io_export_unreal_psk_psa.py +++ b/io_export_unreal_psk_psa.py @@ -1938,9 +1938,6 @@ class ExportUDKAnimData(bpy.types.Operator): # to the class instance from the operator settings before calling. filepath = StringProperty( - name="File Path", - description="Filepath used for exporting the PSA file", - maxlen= 1024, subtype='FILE_PATH', ) filter_glob = StringProperty( -- cgit v1.2.3