[Bf-blender-cvs] [a963bd4] epic-navigation: Basic interaction file for unreal (LMB selection only at the moment)

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


Commit: a963bd4b6f4899fe54618cb3c1a136bbda65d6ad
Author: Dalai Felinto
Date:   Mon Aug 24 13:29:45 2015 -0300
Branches: epic-navigation
https://developer.blender.org/rBa963bd4b6f4899fe54618cb3c1a136bbda65d6ad

Basic interaction file for unreal (LMB selection only at the moment)

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

A	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
new file mode 100644
index 0000000..1f15bb5
--- /dev/null
+++ b/release/scripts/presets/interaction/unreal_engine.py
@@ -0,0 +1,4 @@
+# Configuration Unreal Engine
+import bpy
+
+bpy.context.user_preferences.inputs.select_mouse = 'LEFT'




More information about the Bf-blender-cvs mailing list