[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28275] trunk/blender/release/scripts/op/ presets.py: Fix [#22058] Presets system not setting some input options.

Matt Ebb matt at mke3.net
Mon Apr 19 03:50:31 CEST 2010


Revision: 28275
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28275
Author:   broken
Date:     2010-04-19 03:50:30 +0200 (Mon, 19 Apr 2010)

Log Message:
-----------
Fix [#22058] Presets system not setting some input options.

Added a few more input properties to store in interaction presets

Modified Paths:
--------------
    trunk/blender/release/scripts/op/presets.py

Modified: trunk/blender/release/scripts/op/presets.py
===================================================================
--- trunk/blender/release/scripts/op/presets.py	2010-04-19 01:22:56 UTC (rev 28274)
+++ trunk/blender/release/scripts/op/presets.py	2010-04-19 01:50:30 UTC (rev 28275)
@@ -198,6 +198,9 @@
         "bpy.context.user_preferences.inputs.zoom_axis",
         "bpy.context.user_preferences.inputs.view_rotation",
         "bpy.context.user_preferences.inputs.invert_zoom_direction",
+        "bpy.context.user_preferences.inputs.emulate_numpad",
+        "bpy.context.user_preferences.inputs.emulate_3_button_mouse",
+        "bpy.context.user_preferences.inputs.continuous_mouse",
     ]
 
     preset_subdir = "interaction"





More information about the Bf-blender-cvs mailing list