Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitmodules - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a8f3a3f80ab7b9cb1317007dc0043f1ac213ed59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[submodule "release/scripts/addons"]
	path = release/scripts/addons
	url = ../blender-addons.git
	branch = master
	ignore = all
[submodule "release/scripts/addons_contrib"]
	path = release/scripts/addons_contrib
	url = ../blender-addons-contrib.git
	branch = master
	ignore = all
[submodule "release/datafiles/locale"]
	path = release/datafiles/locale
	url = ../blender-translations.git
	branch = master
	ignore = all
[submodule "source/tools"]
	path = source/tools
	url = ../blender-dev-tools.git
	branch = master
	ignore = all