From 73da32532a2aef6e587c044d60b5077e3d57a9eb Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Wed, 4 Jul 2012 23:01:19 -0700 Subject: [PATCH] 'curl' is not an identity variation --- cuburn/genome/blend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuburn/genome/blend.py b/cuburn/genome/blend.py index dc40fac..cd9ec7d 100644 --- a/cuburn/genome/blend.py +++ b/cuburn/genome/blend.py @@ -215,7 +215,7 @@ hole_variations = ('spherical ngon julian juliascope polar ' 'wedge_sph wedge_julia bipolar').split() # These variations are identity functions at their default values -ident_variations = ('rectangles rings2 fan2 blob perspective curl ' +ident_variations = ('rectangles rings2 fan2 blob perspective ' 'super_shape').split() def padding_xform(xf, isfinal):