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:
Diffstat (limited to 'release/windows/batch/blender_oculus.cmd')
-rw-r--r--release/windows/batch/blender_oculus.cmd10
1 files changed, 10 insertions, 0 deletions
diff --git a/release/windows/batch/blender_oculus.cmd b/release/windows/batch/blender_oculus.cmd
new file mode 100644
index 00000000000..39dcfebcbf1
--- /dev/null
+++ b/release/windows/batch/blender_oculus.cmd
@@ -0,0 +1,10 @@
+@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 the
+echo path inside oculus.josn
+echo.
+echo please note that openXR support is EXTREMELY experimental at this point
+echo.
+pause
+set XR_RUNTIME_JSON=%~dp0oculus.json
+blender \ No newline at end of file