Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2015-08-24 19:29:45 +0300
committerDalai Felinto <dfelinto@gmail.com>2015-08-24 19:36:33 +0300
commita963bd4b6f4899fe54618cb3c1a136bbda65d6ad (patch)
treedff0ad7f17fb51d635fb7f3332ee52e793d20edf
parentf3cf9507398517d31a41364a6c6eaa39aeb23563 (diff)
Basic interaction file for unreal (LMB selection only at the moment)
-rw-r--r--release/scripts/presets/interaction/unreal_engine.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/release/scripts/presets/interaction/unreal_engine.py b/release/scripts/presets/interaction/unreal_engine.py
new file mode 100644
index 00000000000..1f15bb5632d
--- /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'