|
 |
"Kenneth" <kdw### [at] gmail com> wrote:
>
> I find that the above by itself runs OK in Windows 10, no fatal error.
Sorry, I meant to include your #local myspline too. The following still runs OK.
#macro make_spline()
#local _s = spline {
quadratic_spline
0, <0, 0, 0>,
1, <0, 0, 1>,
2, <1, 0, 2>,
3, <2, 1, 3>
}
_s
#end
#local myspline = spline { make_spline() }
>
> However, adding your #debug line causes the memory access violation.
Post a reply to this message
|
 |