<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    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 class="moz-signature" cols="72">Mark Dickey
<a class="moz-txt-link-abbreviated" href="mailto:mark@markdickey.net">mark@markdickey.net</a>
914-879-7803</pre>
    <div class="moz-cite-prefix">On 2/21/2023 11:43 PM, Mykyta Kozlov
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAEEzkZFa5WWnjdWHrKfCiVkyu537eDThZ6a8aJ5i7F+Zu1NNng@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <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 class="moz-mime-attachment-header"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
Therion mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Therion@speleo.sk">Therion@speleo.sk</a>
<a class="moz-txt-link-freetext" href="https://mailman.speleo.sk/listinfo/therion">https://mailman.speleo.sk/listinfo/therion</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>