[Bf-blender-cvs] [599d0611b07] soc-2019-openxr: Improve batch file text for starting Blender with Oculus support

Julian Eisel noreply at git.blender.org
Thu Aug 22 13:36:00 CEST 2019


Commit: 599d0611b071cc0b1d5104ef437d79ce94b752d1
Author: Julian Eisel
Date:   Thu Aug 22 13:33:06 2019 +0200
Branches: soc-2019-openxr
https://developer.blender.org/rB599d0611b071cc0b1d5104ef437d79ce94b752d1

Improve batch file text for starting Blender with Oculus support

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

M	release/windows/batch/blender_oculus.cmd

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

diff --git a/release/windows/batch/blender_oculus.cmd b/release/windows/batch/blender_oculus.cmd
index 39dcfebcbf1..d6e54ac6ce7 100644
--- a/release/windows/batch/blender_oculus.cmd
+++ b/release/windows/batch/blender_oculus.cmd
@@ -1,10 +1,8 @@
 @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 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 
\ No newline at end of file
+blender



More information about the Bf-blender-cvs mailing list