<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif">Hi, thanks for finding out about this error. It should be fixed now.</div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">S.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 22 Feb 2023 at 18:16, Mark Dickey <<a href="mailto:mark@markdickey.net">mark@markdickey.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div>
Hi Mykyta,<br>
<br>
Well bother. That lines up with when I added the "convert all
eligible poly lines to curves" and it was accepted in version 6.1.4.
I'm reviewing the code and I found the issue.<br>
<br>
(I think I know where the issue came from -- I was trying to figure
out how to delay the gui updates till all the processing was done;
but I couldn't get that part and reverted my development code base.
I overlooked that I had changed the variable from mandatory to
optional as a cleaner implementation and caused this issue. My
apologies for the inconvenience and time loss caused by my silly
mistake.)<br>
<br>
<b>Explanation:</b><br>
<br>
In the new version, I updated xth_me_cmds_line_poly2bezier to accept
an id as an argument.<br>
<br>
Version 6.1.3: proc xth_me_cmds_line_poly2bezier {} {<br>
Version 6.1.4: proc xth_me_cmds_line_poly2bezier {id} {<br>
<br>
However, it should have been an optional parameter, not a mandatory
one (default value set). I believe the following is the correct
code, but I don't use tcl much at all and this is by memory.<br>
<br>
proc xth_me_cmds_line_poly2bezier {{id ""}} {<br>
<br>
I removed everything from my computer. I'll get on it ASAP to
test/submit the correction, but I fly out to Israel for an
expedition in just a few days. I'll do my best to have it done
before leaving. :(<br>
<pre cols="72">Mark Dickey
<a href="mailto:mark@markdickey.net" target="_blank">mark@markdickey.net</a>
914-879-7803</pre>
<div>On 2/21/2023 11:43 PM, Mykyta Kozlov
wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">Looks like converting polylines to beziers in
Xtherion stopped working correctly starting from version 6.1.4.
<div><br>
</div>
<div>With 6.1.3 all works ok.</div>
<div><br>
</div>
<div>Screenshots attached.</div>
</div>
<br>
<fieldset></fieldset>
<pre>_______________________________________________
Therion mailing list
<a href="mailto:Therion@speleo.sk" target="_blank">Therion@speleo.sk</a>
<a href="https://mailman.speleo.sk/listinfo/therion" target="_blank">https://mailman.speleo.sk/listinfo/therion</a>
</pre>
</blockquote>
<br>
</div>
_______________________________________________<br>
Therion mailing list<br>
<a href="mailto:Therion@speleo.sk" target="_blank">Therion@speleo.sk</a><br>
<a href="https://mailman.speleo.sk/listinfo/therion" rel="noreferrer" target="_blank">https://mailman.speleo.sk/listinfo/therion</a><br>
</blockquote></div>