[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [46507] branches/hive/release/scripts: hive modules are now external

Sjoerd de Vries sjdv1982 at gmail.com
Thu May 10 21:25:19 CEST 2012


Revision: 46507
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=46507
Author:   sjoerddevries
Date:     2012-05-10 19:25:18 +0000 (Thu, 10 May 2012)
Log Message:
-----------
hive modules are now external

Removed Paths:
-------------
    branches/hive/release/scripts/modules/Spyder/
    branches/hive/release/scripts/modules/bee/
    branches/hive/release/scripts/modules/dragonfly/
    branches/hive/release/scripts/modules/libcontext/
    branches/hive/release/scripts/modules/spyder/
    branches/hive/release/scripts/startup/hivewisdom.py

Deleted: branches/hive/release/scripts/startup/hivewisdom.py
===================================================================
--- branches/hive/release/scripts/startup/hivewisdom.py	2012-05-10 17:09:36 UTC (rev 46506)
+++ branches/hive/release/scripts/startup/hivewisdom.py	2012-05-10 19:25:18 UTC (rev 46507)
@@ -1,44 +0,0 @@
-# ##### BEGIN GPL LICENSE BLOCK #####
-#
-#  This program is free software; you can redistribute it and/or
-#  modify it under the terms of the GNU General Public License
-#  as published by the Free Software Foundation; either version 2
-#  of the License, or (at your option) any later version.
-#
-#  This program is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#  GNU General Public License for more details.
-#
-#  You should have received a copy of the GNU General Public License
-#  along with this program; if not, write to the Free Software Foundation,
-#  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-#
-# ##### END GPL LICENSE BLOCK #####
-
-"""
-File so that the hive system can find its files
-This is a temporary solution...
-Sjoerd de Vries, 2011
-"""
-
-import bpy
-import spyder
-
-def register():
-  import spyder
-  spyder.loader.wisdom = {}
-  spyder.loader.recompile = None 
-  spyder.loader.tempdir = bpy.app.tempdir
-  import spyder.modules.core
-  import spyder.modules.builtin
-  import spyder.modules.basic
-  import spyder.modules.tarantula
-  import spyder.modules.models3d
-  import spyder.modules.canvas
-  import spyder.modules.hivemap
-  import spyder.modules.http
-  import spyder.modules.atom
-
-if __name__ == "__main__":
-    register()




More information about the Bf-blender-cvs mailing list