From 63ed213094640ebc89ab68f853722c4a9e8dc529 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Thu, 10 Apr 2025 06:04:43 -0400 Subject: [PATCH] bugfix --- skin.scad | 1 + 1 file changed, 1 insertion(+) diff --git a/skin.scad b/skin.scad index 3d7a45ef..f2d4716a 100644 --- a/skin.scad +++ b/skin.scad @@ -4370,6 +4370,7 @@ function _textured_revolution( maxy = bounds[1].y, h = maxy - miny, circumf = 2 * PI * maxx, + texcnt = is_vnf(texture) ? undef : [len(texture[0]), len(texture)], tile = !is_vnf(texture) || samples==1 ? texture : let( s = 1 / samples,