From 24fe650108cd7f63db843e42c66a89c5b979eae1 Mon Sep 17 00:00:00 2001 From: Florian Meyer <florianfelix@web.de> Date: Sun, 12 Sep 2010 01:18:33 +0000 Subject: [PATCH] == Curve Galore == - forgot to remove debug print --- add_curve_aceous_galore.py | 1 - 1 file changed, 1 deletion(-) diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py index 3ddb8d0ab..67c032a00 100644 --- a/add_curve_aceous_galore.py +++ b/add_curve_aceous_galore.py @@ -100,7 +100,6 @@ def vTurbNoise(x,y,z, iScale=0.25, Size=1.0, Depth=6, Hard=0, Basis=0, Seed=0): 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 -- GitLab