[Bf-blender-cvs] [f8c3ccf398d] soc-2019-openxr: Add more info to blender_oculus batch file

Julian Eisel noreply at git.blender.org
Wed Mar 11 20:28:25 CET 2020


Commit: f8c3ccf398db23b06f5648dea4e4e84ef8ed5723
Author: Julian Eisel
Date:   Wed Mar 11 12:35:18 2020 +0100
Branches: soc-2019-openxr
https://developer.blender.org/rBf8c3ccf398db23b06f5648dea4e4e84ef8ed5723

Add more info to blender_oculus batch file

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

M	release/windows/batch/blender_oculus.cmd

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

diff --git a/release/windows/batch/blender_oculus.cmd b/release/windows/batch/blender_oculus.cmd
index 69f9c8bf73e..b95230ad578 100644
--- a/release/windows/batch/blender_oculus.cmd
+++ b/release/windows/batch/blender_oculus.cmd
@@ -1,8 +1,13 @@
+REM Helper setting hints to get the OpenXR preview support enabled for Oculus.
+REM Of course this is not meant as a permanent solution. Oculus will likely provide a better setup at some point.
+
 @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.
+echo Note that OpenXR support in Oculus is considered a preview. Use with care!
+echo.
 pause
 set XR_RUNTIME_JSON=%~dp0oculus.json
 blender



More information about the Bf-blender-cvs mailing list