[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [567] trunk/py/scripts/addons/fracture/ fracture_ops.py: * Bugfix (missing , ) - Overlooked this bug for some reason :-/

Martin Buerbaum martin.buerbaum at gmx.at
Wed Apr 14 09:37:13 CEST 2010


Revision: 567
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=567
Author:   pontiac
Date:     2010-04-14 09:37:13 +0200 (Wed, 14 Apr 2010)

Log Message:
-----------
* Bugfix (missing ,) - Overlooked this bug for some reason :-/

Modified Paths:
--------------
    trunk/py/scripts/addons/fracture/fracture_ops.py

Modified: trunk/py/scripts/addons/fracture/fracture_ops.py
===================================================================
--- trunk/py/scripts/addons/fracture/fracture_ops.py	2010-04-13 13:24:40 UTC (rev 566)
+++ trunk/py/scripts/addons/fracture/fracture_ops.py	2010-04-14 07:37:13 UTC (rev 567)
@@ -374,7 +374,7 @@
 
     nshards = IntProperty(name="Number of shards",
         description="Number of shards the object should be split into.",
-        min=2
+        min=2,
         default=5)
 
     crack_type = EnumProperty(name='Crack type',




More information about the Bf-extensions-cvs mailing list