Skip to content

Commit

Permalink
UPBGE: Fix submodules urls.
Browse files Browse the repository at this point in the history
For already existing repository, just run:
git submodule sync
  • Loading branch information
panzergame committed Sep 18, 2016
1 parent fb269ff commit 460aef6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
@@ -1,16 +1,16 @@
[submodule "release/scripts/addons"]
path = release/scripts/addons
url = ../blender-addons.git
url = git://git.blender.org/blender-addons.git
ignore = all
[submodule "release/scripts/addons_contrib"]
path = release/scripts/addons_contrib
url = ../blender-addons-contrib.git
url = git://git.blender.org/blender-addons-contrib.git
ignore = all
[submodule "release/datafiles/locale"]
path = release/datafiles/locale
url = ../blender-translations.git
url = git://git.blender.org/blender-translations.git
ignore = all
[submodule "source/tools"]
path = source/tools
url = ../blender-dev-tools.git
url = git://git.blender.org/blender-dev-tools.git
ignore = all

0 comments on commit 460aef6

Please sign in to comment.