mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-07-31 09:10:27 +02:00
bugfix
This commit is contained in:
@@ -4720,7 +4720,7 @@ function _textured_revolution(
|
|||||||
xyz = base - norm * texh
|
xyz = base - norm * texh
|
||||||
) zrot(adj_angle*uang, p=xyz)
|
) zrot(adj_angle*uang, p=xyz)
|
||||||
],
|
],
|
||||||
pplen = default(texcnt.x+1,len(ppath)),
|
pplen = is_def(texcnt) ? texcnt.x+1 : len(ppath),
|
||||||
last_len = len(ppath)-(tex_extra.x==0?1:0),
|
last_len = len(ppath)-(tex_extra.x==0?1:0),
|
||||||
zed = j<0? max(column(ppath,2)): min(column(ppath,2)),
|
zed = j<0? max(column(ppath,2)): min(column(ppath,2)),
|
||||||
slice_vnf = [
|
slice_vnf = [
|
||||||
|
Reference in New Issue
Block a user