[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [700] trunk/py/scripts/addons/ add_mesh_extras.py: Added correct url to add_mesh_extras

Jonathan Smith j.jaydez at gmail.com
Sun May 30 15:16:50 CEST 2010


Revision: 700
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=700
Author:   jaydez
Date:     2010-05-30 15:16:50 +0200 (Sun, 30 May 2010)

Log Message:
-----------
Added correct url to add_mesh_extras

Modified Paths:
--------------
    trunk/py/scripts/addons/add_mesh_extras.py

Modified: trunk/py/scripts/addons/add_mesh_extras.py
===================================================================
--- trunk/py/scripts/addons/add_mesh_extras.py	2010-05-30 11:26:02 UTC (rev 699)
+++ trunk/py/scripts/addons/add_mesh_extras.py	2010-05-30 13:16:50 UTC (rev 700)
@@ -29,10 +29,9 @@
     'location': 'View3D > Add > Mesh > Extras',
     'description': 'Adds Star, Wedge, Sqorus & Spindle objects.',
     'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
-        'Scripts/Add_Mesh/',
+        'Scripts/Add_Mesh/Add_Extra',
     'category': 'Add Mesh'}
 
-
 # Stores the values of a list of properties and the
 # operator id in a property group ('recall_op') inside the object.
 # Could (in theory) be used for non-objects.




More information about the Bf-extensions-cvs mailing list