[Bf-blender-cvs] [91323b6827e] xr-world-navigation: Fixed make update so that people get the right vr addon when doing 'make update'.

droune2001 noreply at git.blender.org
Thu May 14 09:47:54 CEST 2020


Commit: 91323b6827ed88430b537fc74ae5fa2d97322285
Author: droune2001
Date:   Thu May 14 09:14:53 2020 +0200
Branches: xr-world-navigation
https://developer.blender.org/rB91323b6827ed88430b537fc74ae5fa2d97322285

Fixed make update so that people get the right vr addon when doing '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..4dd196d7871 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", "xr-world-navigation"),
         ("release/scripts/addons_contrib", branch),
         ("release/datafiles/locale", branch),
         ("source/tools", branch),



More information about the Bf-blender-cvs mailing list