[Bf-blender-cvs] [ae14649583e] soc-2019-openxr: Fix comment being printed to console in Windows batch file

Julian Eisel noreply at git.blender.org
Mon Mar 16 22:07:13 CET 2020


Commit: ae14649583e43c13c8d2ba2d8e0726853ef44f5b
Author: Julian Eisel
Date:   Mon Mar 16 22:00:36 2020 +0100
Branches: soc-2019-openxr
https://developer.blender.org/rBae14649583e43c13c8d2ba2d8e0726853ef44f5b

Fix comment being printed to console in Windows 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 b95230ad578..ffb725eb32f 100644
--- a/release/windows/batch/blender_oculus.cmd
+++ b/release/windows/batch/blender_oculus.cmd
@@ -1,7 +1,8 @@
+ at echo off
+
 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.
 
- 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.



More information about the Bf-blender-cvs mailing list