[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [4607] trunk/py/scripts/addons/ add_curve_sapling/__init__.py: added warning.

Brendon Murphy meta.androcto1 at gmail.com
Wed Jun 26 01:09:27 CEST 2013


Revision: 4607
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=4607
Author:   meta-androcto
Date:     2013-06-25 23:09:26 +0000 (Tue, 25 Jun 2013)
Log Message:
-----------
added warning. the script indeed throws errors using the length parameters, however, not all the time & the error does not halt the addon. small incremental changes are ok, it looks like bug in slider values. warning will stay until we investigate more & repair.

Modified Paths:
--------------
    trunk/py/scripts/addons/add_curve_sapling/__init__.py

Modified: trunk/py/scripts/addons/add_curve_sapling/__init__.py
===================================================================
--- trunk/py/scripts/addons/add_curve_sapling/__init__.py	2013-06-25 19:25:01 UTC (rev 4606)
+++ trunk/py/scripts/addons/add_curve_sapling/__init__.py	2013-06-25 23:09:26 UTC (rev 4607)
@@ -25,7 +25,7 @@
     "description": ("Adds a parametric tree. The method is presented by "
     "Jason Weber & Joseph Penn in their paper 'Creation and Rendering of "
     "Realistic Trees'."),
-    "warning": "",  # used for warning icon and text in addons panel
+    "warning": "length parameters may cause errors",  # used for warning icon and text in addons panel
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
         "Scripts/Curve/Sapling_Tree",
     "tracker_url": "http://projects.blender.org/tracker/"\



More information about the Bf-extensions-cvs mailing list