From 962e459ede1124d31a6ef2182d7c404970ca59d6 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Fri, 20 Jun 2014 13:24:49 +0200 Subject: [PATCH] First commit with submodule BWA --- .gitmodules | 3 +++ blender-bfct/application/static/assets_shared | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 blender-bfct/application/static/assets_shared diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8c7cbb2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "blender-bfct/application/static/assets_shared"] + path = blender-bfct/application/static/assets_shared + url = git://git.blender.org/blender-web-assets.git diff --git a/blender-bfct/application/static/assets_shared b/blender-bfct/application/static/assets_shared new file mode 160000 index 0000000..411fa39 --- /dev/null +++ b/blender-bfct/application/static/assets_shared @@ -0,0 +1 @@ +Subproject commit 411fa39607d7507309ed1e2c420d983a6f607ca9