change comparaison

gpv2
Christophe SEUX 2021-06-16 11:37:51 +02:00
parent adfd887924
commit 3d7a208a50
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ def along_stroke(stroke,attr,length,min,max) :
def randomise_points(mat,points,attr,strength) : def randomise_points(mat,points,attr,strength) :
for point in points : for point in points :
if attr == 'co' : if attr is 'co' :
random_x = (rand()-0.5) random_x = (rand()-0.5)
random_y = (rand()-0.5) random_y = (rand()-0.5)