[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1025] trunk/py/scripts/addons/ add_curve_aceous_galore.py: == Curve Galore ==

Florian Meyer florianfelix at web.de
Sun Sep 12 03:18:33 CEST 2010


Revision: 1025
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=1025
Author:   testscreenings
Date:     2010-09-12 03:18:33 +0200 (Sun, 12 Sep 2010)

Log Message:
-----------
== Curve Galore ==
- forgot to remove debug print

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

Modified: trunk/py/scripts/addons/add_curve_aceous_galore.py
===================================================================
--- trunk/py/scripts/addons/add_curve_aceous_galore.py	2010-09-12 01:16:51 UTC (rev 1024)
+++ trunk/py/scripts/addons/add_curve_aceous_galore.py	2010-09-12 01:18:33 UTC (rev 1025)
@@ -100,7 +100,6 @@
     sn = 0.001
     rand = randnum(-100,100,Seed)
     if Basis == 9: Basis = 14
-    print('x', x, 'y' ,y ,'z' ,z ,'size', Size)
     vTurb = Noise.turbulence_vector((x/Size+rand, y/Size+rand, z/Size+rand), Depth, Hard, Basis)
     tx = vTurb[0]*iScale
     ty = vTurb[1]*iScale




More information about the Bf-extensions-cvs mailing list