Skip to content
Snippets Groups Projects
Commit 6bbca88f authored by Sergey Sharybin's avatar Sergey Sharybin
Browse files

Initialize git submodules for addons, locales and scons

Uses relative paths to repositories, so this is expected
to work fine for any protocol we support (git, ssh and http).

Uses ignore=all for all the submodules, so updating them
to latest remote hash does not tags blender repository
as changes. But it is still possible to make changes to
submodules and commit them from their path.
parent c53f80ae
No related branches found
No related tags found
No related merge requests found
[submodule "release/scripts/addons"]
path = release/scripts/addons
url = ../blender-addons.git
ignore = all
[submodule "release/scripts/addons_contrib"]
path = release/scripts/addons_contrib
url = ../blender-addons-contrib.git
ignore = all
[submodule "release/datafiles/locale"]
path = release/datafiles/locale
url = ../blender-translations.git
ignore = all
[submodule "scons"]
path = scons
url = ../scons.git
ignore = all
Subproject commit cb1967cc63a6d2d75d2b59cdf91c5f5645285aea
Subproject commit c50944e808d6c74148237e85866e893628f0fee6
Subproject commit 31545d25c9cb41d271a3f3ef84d327708572290e
Subproject commit ccea0f01de1c3e9210086bd447df71bae353fa07
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment