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 @@ +@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. -@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. _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
