[Bf-blender-cvs] [963a6c3c12b] xr-controller-support: Update addons submodule

Peter Kim noreply at git.blender.org
Tue May 18 15:14:45 CEST 2021


Commit: 963a6c3c12bbd8a77b8523a5b373aa8e4f926019
Author: Peter Kim
Date:   Tue May 18 22:13:22 2021 +0900
Branches: xr-controller-support
https://developer.blender.org/rB963a6c3c12bbd8a77b8523a5b373aa8e4f926019

Update addons submodule

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

M	build_files/utils/make_update.py

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

diff --git a/build_files/utils/make_update.py b/build_files/utils/make_update.py
index 4fa4bd0071c..9cfe5e90914 100755
--- a/build_files/utils/make_update.py
+++ b/build_files/utils/make_update.py
@@ -175,7 +175,7 @@ def submodules_update(args, release_version, branch):
         branch = "master"
 
     submodules = [
-        ("release/scripts/addons", "xr-actions-D9124"), # TODO: Change this back before merging into master.
+        ("release/scripts/addons", "xr-controller-support"), # TODO: Change this back before merging into master.
         ("release/scripts/addons_contrib", branch),
         ("release/datafiles/locale", branch),
         ("source/tools", branch),



More information about the Bf-blender-cvs mailing list