[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26350] trunk/blender/release/scripts/ui/ space_userpref.py: Add missing properties to keymap export operator.

Martin Poirier theeth at yahoo.com
Wed Jan 27 22:12:34 CET 2010


Revision: 26350
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26350
Author:   theeth
Date:     2010-01-27 22:12:33 +0100 (Wed, 27 Jan 2010)

Log Message:
-----------
Add missing properties to keymap export operator.

Modified Paths:
--------------
    trunk/blender/release/scripts/ui/space_userpref.py

Modified: trunk/blender/release/scripts/ui/space_userpref.py
===================================================================
--- trunk/blender/release/scripts/ui/space_userpref.py	2010-01-27 20:12:54 UTC (rev 26349)
+++ trunk/blender/release/scripts/ui/space_userpref.py	2010-01-27 21:12:33 UTC (rev 26350)
@@ -1472,6 +1472,8 @@
     bl_label = "Export Key Configuration..."
 
     path = bpy.props.StringProperty(name="File Path", description="File path to write file to.")
+    filename = bpy.props.StringProperty(name="File Name", description="Name of the file.")
+    directory = bpy.props.StringProperty(name="Directory", description="Directory of the file.")
     filter_folder = bpy.props.BoolProperty(name="Filter folders", description="", default=True)
     filter_text = bpy.props.BoolProperty(name="Filter text", description="", default=True)
     filter_python = bpy.props.BoolProperty(name="Filter python", description="", default=True)





More information about the Bf-blender-cvs mailing list