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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-07-14 18:26:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-07-14 18:28:00 +0300
commit3ba83e247a80d8c8c8fe5fb4f1d32b5c2694b53c (patch)
tree17df8e2018d698c555bbe2856c74867a0ce4e399 /.gitmodules
parent7faf76a618516e2d57f64c32f7cbc1aed8e21c35 (diff)
Add developer tools submodule
This is intended for utilities to help with development, which aren't needed for building. See https://wiki.blender.org/index.php/Dev:Doc/Tools/Blender_Tools_Repo for details
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 132f6cffada..0b8228e3f14 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -10,3 +10,7 @@
path = release/datafiles/locale
url = ../blender-translations.git
ignore = all
+[submodule "source/tools"]
+ path = source/tools
+ url = ../blender-dev-tools.git
+ ignore = all