Commit: ad400006d32c4e5ee7ba842a11b164e0d112364c Author: Sergey Sharybin Date: Fri Sep 2 11:43:36 2016 +0200 Branches: master https://developer.blender.org/rBad400006d32c4e5ee7ba842a11b164e0d112364c
Point submodules to latest master branches We did not update them for really long time and the currently used hashes are quite old and probably wouldn't work without manually updating all submodules. Not as if it's something totally crucial (we ask to update submodules all the times and that's what `make update` does) but updating hashes will save some cloning/checkout time. =================================================================== M release/datafiles/locale M release/scripts/addons M release/scripts/addons_contrib M source/tools =================================================================== diff --git a/release/datafiles/locale b/release/datafiles/locale index 9628dc1..dc16605 160000 --- a/release/datafiles/locale +++ b/release/datafiles/locale @@ -1 +1 @@ -Subproject commit 9628dc1922be2fb6281bc66f5f7512c2a57c294a +Subproject commit dc166057192ea882b5cc70484d4c8bacd7cb41b4 diff --git a/release/scripts/addons b/release/scripts/addons index 407d0ea..06dad53 160000 --- a/release/scripts/addons +++ b/release/scripts/addons @@ -1 +1 @@ -Subproject commit 407d0ea752b3af73d3f13ba072671bd09eefecb1 +Subproject commit 06dad53c80801e0e0919f086040e3d9c31bbd0a1 diff --git a/release/scripts/addons_contrib b/release/scripts/addons_contrib index 9f29e18..04af69b 160000 --- a/release/scripts/addons_contrib +++ b/release/scripts/addons_contrib @@ -1 +1 @@ -Subproject commit 9f29e18707917ec5be262431d2e09dbb85332f41 +Subproject commit 04af69be141a5757fc60b44cc1a5b72db524af30 diff --git a/source/tools b/source/tools index 373945d..896c5f7 160000 --- a/source/tools +++ b/source/tools @@ -1 +1 @@ -Subproject commit 373945d0978b6601c55c9d5879e0f488b18515cd +Subproject commit 896c5f78952adb2d091d28c65086d46992dabdac _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
