![]() |
|
[LDPatternCreator] Release 1.7.9 (scientific number cleanup / snap value presets) - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html) +--- Forum: Parts Author Tools (https://forums.ldraw.org/forum-24.html) +--- Thread: [LDPatternCreator] Release 1.7.9 (scientific number cleanup / snap value presets) (/thread-29483.html) |
[LDPatternCreator] Release 1.7.9 (scientific number cleanup / snap value presets) - Nils Schmidt - 2026-04-19 Hey, with this update I improved the *.dat-file export by replacing scientific numbers with their decimal counterpart. It will also replace values like 1.2e-8 with 0. Download and install the latest LDPatternCreator release directly from sourceforge.net. Any previous version should be uninstalled first. Your program configuration will be preserved. Change log: New features:
As always, I included a short readme.htm in the installation directory. Cheers & Leg Godt Nils Little bug: scientific number cleanup... - Nils Schmidt - 2026-04-20 (2026-04-19, 14:44)Nils Schmidt Wrote: New features: The last number in a row is currently ignored... Code: 3 4 2.666121 0 0.3194114 1.9828 0 0.261 2 0 5.456968e-015will not be replaced by Code: 3 4 2.666121 0 0.3194114 1.9828 0 0.261 2 0 0 |