[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1355] contrib/py/scripts/addons: testing if I'm able to commit here after svn integration by jesterking

Luca Bonavita mindrones at gmail.com
Thu Jan 6 19:16:14 CET 2011


Revision: 1355
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=1355
Author:   mindrones
Date:     2011-01-06 18:16:14 +0000 (Thu, 06 Jan 2011)
Log Message:
-----------
testing if I'm able to commit here after svn integration by jesterking
to test, I've formatted brik and mesh_bridge

Modified Paths:
--------------
    contrib/py/scripts/addons/game_engine_ragdolls_kit/__init__.py
    contrib/py/scripts/addons/mesh_bridge.py

Modified: contrib/py/scripts/addons/game_engine_ragdolls_kit/__init__.py
===================================================================
--- contrib/py/scripts/addons/game_engine_ragdolls_kit/__init__.py	2011-01-05 13:48:41 UTC (rev 1354)
+++ contrib/py/scripts/addons/game_engine_ragdolls_kit/__init__.py	2011-01-06 18:16:14 UTC (rev 1355)
@@ -28,10 +28,13 @@
     "location": "Tool Shelf",
     "description": "Kit for creating ragdoll structures from armatures and implementing them in the game engine.",
     "warning": "Preliminary release for testing purposes. Use with caution on important files.",
-    "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Game_Engine/BRIK_ragdolls",
-    "tracker_url": "https://projects.blender.org/tracker/index.php?func=detail&aid=24946&group_id=153&atid=468",
+    "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+        "Scripts/Game_Engine/BRIK_ragdolls",
+    "tracker_url": "https://projects.blender.org/tracker/index.php?"\
+        "func=detail&aid=24946&group_id=153&atid=468",
     "category": "Game Engine"}
 
+
 if "bpy" in locals():
     import imp
     imp.reload(brik)
@@ -49,4 +52,4 @@
     pass
     
 if __name__ == "__main__":
-    register()
\ No newline at end of file
+    register()

Modified: contrib/py/scripts/addons/mesh_bridge.py
===================================================================
--- contrib/py/scripts/addons/mesh_bridge.py	2011-01-05 13:48:41 UTC (rev 1354)
+++ contrib/py/scripts/addons/mesh_bridge.py	2011-01-06 18:16:14 UTC (rev 1355)
@@ -16,18 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-
-"""
-Bridge
-
-How to use:
-- Select a mesh and go into editmode
-- Select two or more edge-loops
-- Press Ctrl+F
-- Select the Bridge or Loft option
-"""
-
-
 bl_addon_info = {
     'name': 'Bridge',
     'author': 'Bartius Crouch',
@@ -43,7 +31,17 @@
         'func=detail&aid=23889&group_id=153&atid=468',
     'category': 'Mesh'}
 
+"""
+Bridge
 
+How to use:
+- Select a mesh and go into editmode
+- Select two or more edge-loops
+- Press Ctrl+F
+- Select the Bridge or Loft option
+"""
+
+
 import bpy
 import mathutils
 



More information about the Bf-extensions-cvs mailing list