[Bf-blender-cvs] [3ba83e2] master: Add developer tools submodule

Campbell Barton noreply at git.blender.org
Thu Jul 14 17:24:05 CEST 2016


Commit: 3ba83e247a80d8c8c8fe5fb4f1d32b5c2694b53c
Author: Campbell Barton
Date:   Fri Jul 15 01:26:40 2016 +1000
Branches: master
https://developer.blender.org/rB3ba83e247a80d8c8c8fe5fb4f1d32b5c2694b53c

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

===================================================================

M	.gitmodules

===================================================================

diff --git a/.gitmodules b/.gitmodules
index 132f6cf..0b8228e 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




More information about the Bf-blender-cvs mailing list