I don't think the step number should be added for a single image, it's needed for multiple images just so it can save multiple files without overwriting the previous one.
The dot before the step number was a bug, not intentional. I'm not a big fan of using multiple dots in file names so I wouldn't add it back but maybe I'm ok with a dash. On Wed, Jan 14, 2015 at 2:59 PM, Mark Roth <[email protected]> wrote: > Thanks for the quick fix. I had tried the fix you posted for the dots and > the problem with that was that I couldn't find where to add the dot back > for sequences. Now if you do a set of steps there is no dot after the file > name and before the step number. Personally I would rather see the step > number appended for all the choices. > Also, I would lean toward this for bit where you strip the extension and > dot just because it seems easier to me to follow. Probably personal > preference though. :) > Options.FileName = Options.FileName.left(Options.FileName.length() - > (Extension.length() + 1)); > > _______________________________________________ > Leocad mailing list > [email protected] > https://list.gerf.org/listinfo/leocad > >
_______________________________________________ Leocad mailing list [email protected] https://list.gerf.org/listinfo/leocad
