Commit: 5edf6fc19d3e288e8f0d7227be6da5897d6c8bda Author: Sergey Sharybin Date: Wed Nov 20 02:36:03 2013 +0600 http://developer.blender.org/rB5edf6fc19d3e288e8f0d7227be6da5897d6c8bda
Fix for addons submodule which was pointing to a not existing revision Pretty much likely happened because of arc utility included this changes by accident and there were local commits in a local tree. Not sure about how to prevent this from happening yet, just be careful for now. =================================================================== M release/scripts/addons =================================================================== diff --git a/release/scripts/addons b/release/scripts/addons index 2c7464f..120612c 160000 --- a/release/scripts/addons +++ b/release/scripts/addons @@ -1 +1 @@ -Subproject commit 2c7464fb9510bedc6a19c43064ae83ed15f3f7c7 +Subproject commit 120612c8bd74040dd624f25e359f30a257d180e6 _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
