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"])

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to