[Bf-blender-cvs] [243b16754b9] tmp-2.83-cycles-rtx3-kernels: Cycles: hack make update to build this temporary branch with 2.83 libraries

Brecht Van Lommel noreply at git.blender.org
Mon Feb 8 14:38:31 CET 2021


Commit: 243b16754b9a4923cc31b3b8adcbc09fa6708686
Author: Brecht Van Lommel
Date:   Mon Feb 8 14:37:49 2021 +0100
Branches: tmp-2.83-cycles-rtx3-kernels
https://developer.blender.org/rB243b16754b9a4923cc31b3b8adcbc09fa6708686

Cycles: hack make update to build this temporary branch with 2.83 libraries

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

M	build_files/utils/make_utils.py

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

diff --git a/build_files/utils/make_utils.py b/build_files/utils/make_utils.py
index e94c8e3550a..2156cee6d29 100755
--- a/build_files/utils/make_utils.py
+++ b/build_files/utils/make_utils.py
@@ -36,6 +36,8 @@ def check_output(cmd, exit_on_error=True):
     return output.strip()
 
 def git_branch(git_command):
+    return "blender-v2.83-release"
+
     # Get current branch name.
     try:
         branch = subprocess.check_output([git_command, "rev-parse", "--abbrev-ref", "HEAD"])



More information about the Bf-blender-cvs mailing list