[Bf-blender-cvs] [61a8f65] epic-navigation: Set default walk speed 10x faster

Dalai Felinto noreply at git.blender.org
Mon Aug 24 22:29:54 CEST 2015


Commit: 61a8f6584757e54da0693d0df0ce01e8c1350acd
Author: Dalai Felinto
Date:   Mon Aug 24 16:12:17 2015 -0300
Branches: epic-navigation
https://developer.blender.org/rB61a8f6584757e54da0693d0df0ce01e8c1350acd

Set default walk speed 10x faster

===================================================================

M	release/scripts/presets/interaction/unreal_engine.py

===================================================================

diff --git a/release/scripts/presets/interaction/unreal_engine.py b/release/scripts/presets/interaction/unreal_engine.py
index 1f15bb5..a295da0 100644
--- a/release/scripts/presets/interaction/unreal_engine.py
+++ b/release/scripts/presets/interaction/unreal_engine.py
@@ -2,3 +2,4 @@
 import bpy
 
 bpy.context.user_preferences.inputs.select_mouse = 'LEFT'
+bpy.context.user_preferences.inputs.walk_navigation.walk_speed = 20.0




More information about the Bf-blender-cvs mailing list