[Bf-blender-cvs] [779b3f0cff4] soc-2019-openxr: Bring back utility batch and config file for Oculus support

Julian Eisel noreply at git.blender.org
Fri Nov 15 11:30:27 CET 2019


Commit: 779b3f0cff4bb58c86be7aa4bbbf303bd0a75361
Author: Julian Eisel
Date:   Thu Nov 14 12:48:29 2019 +0100
Branches: soc-2019-openxr
https://developer.blender.org/rB779b3f0cff4bb58c86be7aa4bbbf303bd0a75361

Bring back utility batch and config file for Oculus support

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

A	release/windows/batch/blender_oculus.cmd
A	release/windows/batch/oculus.json

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

diff --git a/release/windows/batch/blender_oculus.cmd b/release/windows/batch/blender_oculus.cmd
new file mode 100644
index 00000000000..69f9c8bf73e
--- /dev/null
+++ b/release/windows/batch/blender_oculus.cmd
@@ -0,0 +1,8 @@
+ at echo off
+echo Starting Blender with Oculus OpenXR support. This assumes the Oculus runtime
+echo is installed in the default location. If this is not the case, please adjust
+echo the path inside oculus.json.
+echo.
+pause
+set XR_RUNTIME_JSON=%~dp0oculus.json
+blender
diff --git a/release/windows/batch/oculus.json b/release/windows/batch/oculus.json
new file mode 100644
index 00000000000..6df75041ca0
--- /dev/null
+++ b/release/windows/batch/oculus.json
@@ -0,0 +1,7 @@
+{
+   "file_format_version": "1.0.0",
+   "runtime": {
+      "library_path": "c:\\Program Files\\Oculus\\Support\\oculus-runtime\\LibOVRRT64_1.dll"
+   },
+   "api_layer": { }
+}



More information about the Bf-blender-cvs mailing list