[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [817] trunk/py/scripts/addons: == addons ==

Luca Bonavita mindrones at gmail.com
Tue Jul 20 12:24:34 CEST 2010


Revision: 817
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=817
Author:   mindrones
Date:     2010-07-20 12:24:34 +0200 (Tue, 20 Jul 2010)

Log Message:
-----------
== addons ==

Fixed some descriptions and locations

Modified Paths:
--------------
    trunk/py/scripts/addons/add_curve_aceous_galore.py
    trunk/py/scripts/addons/add_curve_torus_knots.py

Modified: trunk/py/scripts/addons/add_curve_aceous_galore.py
===================================================================
--- trunk/py/scripts/addons/add_curve_aceous_galore.py	2010-07-20 07:29:01 UTC (rev 816)
+++ trunk/py/scripts/addons/add_curve_aceous_galore.py	2010-07-20 10:24:34 UTC (rev 817)
@@ -22,8 +22,8 @@
     'author': 'Jimmy Hazevoet, testscreenings',
     'version': '0.1',
     'blender': (2, 5, 3),
-    'location': 'Add Curve menu',
-    'description': 'adds many types of curves',
+    'location': 'View3D > Add > Curve',
+    'description': 'Adds many types of curves',
     'warning': '', # used for warning icon and text in addons panel
     'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
         'Scripts/Curve/Curves_Galore',

Modified: trunk/py/scripts/addons/add_curve_torus_knots.py
===================================================================
--- trunk/py/scripts/addons/add_curve_torus_knots.py	2010-07-20 07:29:01 UTC (rev 816)
+++ trunk/py/scripts/addons/add_curve_torus_knots.py	2010-07-20 10:24:34 UTC (rev 817)
@@ -22,8 +22,8 @@
     'author': 'testscreenings',
     'version': '0.1',
     'blender': (2, 5, 3),
-    'location': 'Add Curve Menu',
-    'description': 'adds many types of knots',
+    'location': 'View3D > Add > Curve',
+    'description': 'Adds many types of knots',
     'warning': '', # used for warning icon and text in addons panel
     'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
         'Scripts/Curve/Torus_Knot',




More information about the Bf-extensions-cvs mailing list