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

Luca Bonavita mindrones at gmail.com
Sun May 30 23:13:26 CEST 2010


Revision: 704
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=704
Author:   mindrones
Date:     2010-05-30 23:13:24 +0200 (Sun, 30 May 2010)

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

- testing the new button "report a bug", 
  see commit from dingto here http://lists.blender.org/pipermail/bf-blender-cvs/2010-May/028285.html

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-05-30 20:55:04 UTC (rev 703)
+++ trunk/py/scripts/addons/add_curve_aceous_galore.py	2010-05-30 21:13:24 UTC (rev 704)
@@ -24,6 +24,8 @@
     'description': 'adds many types of curves',
     'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
         'Scripts/Curve/Curves_Galore',
+    'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+        'func=detail&aid=22404&group_id=153&atid=469',
     'category': 'Add Curve'}
 ##------------------------------------------------------------
 #### import modules

Modified: trunk/py/scripts/addons/add_curve_torus_knots.py
===================================================================
--- trunk/py/scripts/addons/add_curve_torus_knots.py	2010-05-30 20:55:04 UTC (rev 703)
+++ trunk/py/scripts/addons/add_curve_torus_knots.py	2010-05-30 21:13:24 UTC (rev 704)
@@ -24,6 +24,8 @@
     'description': 'adds many types of knots',
     'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
         'Scripts/Curve/Torus_Knot',
+    'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+        'func=detail&aid=22403&group_id=153&atid=469',
     'category': 'Add Curve'}
 ##------------------------------------------------------------
 #### import modules
@@ -353,4 +355,4 @@
     bpy.types.INFO_MT_curve_add.remove(torus_knot_plus_button)
 
 if __name__ == "__main__":
-    register()
\ No newline at end of file
+    register()




More information about the Bf-extensions-cvs mailing list