[Bf-blender-cvs] [dbc16220108] vr_scene_inspection: Use correct add-on branch for 'make update'

Julian Eisel noreply at git.blender.org
Mon Jan 13 16:46:30 CET 2020


Commit: dbc162201089ccd973528ce702db4e8f732fbc54
Author: Julian Eisel
Date:   Mon Jan 13 16:45:25 2020 +0100
Branches: vr_scene_inspection
https://developer.blender.org/rBdbc162201089ccd973528ce702db4e8f732fbc54

Use correct add-on branch for 'make update'

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

M	build_files/utils/make_update.py

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

diff --git a/build_files/utils/make_update.py b/build_files/utils/make_update.py
index b6157107c23..68f48f64d56 100755
--- a/build_files/utils/make_update.py
+++ b/build_files/utils/make_update.py
@@ -158,7 +158,7 @@ def submodules_update(args, release_version, branch):
         branch = "master"
 
     submodules = [
-        ("release/scripts/addons", branch),
+        ("release/scripts/addons", "soc-2019-openxr"),
         ("release/scripts/addons_contrib", branch),
         ("release/datafiles/locale", branch),
         ("source/tools", branch),



More information about the Bf-blender-cvs mailing list