[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [888] contrib/py/scripts/addons/ space_view3d_game_props_visualiser.py: - threw error in the bl_addon_info - > 'doc'.

Florian Meyer florianfelix at web.de
Mon Aug 2 17:51:14 CEST 2010


Revision: 888
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=888
Author:   testscreenings
Date:     2010-08-02 17:51:14 +0200 (Mon, 02 Aug 2010)

Log Message:
-----------
- threw error in the bl_addon_info -> 'doc'.
- fixed by removing an empty line in the docstring
- was interpreted as an end of file which was not good

Modified Paths:
--------------
    contrib/py/scripts/addons/space_view3d_game_props_visualiser.py

Modified: contrib/py/scripts/addons/space_view3d_game_props_visualiser.py
===================================================================
--- contrib/py/scripts/addons/space_view3d_game_props_visualiser.py	2010-08-02 14:40:50 UTC (rev 887)
+++ contrib/py/scripts/addons/space_view3d_game_props_visualiser.py	2010-08-02 15:51:14 UTC (rev 888)
@@ -32,9 +32,8 @@
         'Scripts/Index_Visualiser',
     'tracker_url': 'http://projects.blender.org/tracker/index.php?'\
         'func=detail&aid=21557&group_id=153&atid=468',
-    'doc': """\
+    'doc':"""\
 Displays game properties next to selected objects(under name)
-
 -how to use:
     just toggle the button 'Visualise game props' in the right side panel
 """}




More information about the Bf-extensions-cvs mailing list