You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now data is being written relative or absolute whichever is shorter. You can turn it off by setting utilizeAbsolute to false.
Smarter rounding: values like 2.499 now rounds to 2.5. Rounding now takes in account accumulutive error meaning that points will not be misplaced due to rounding more than it neccessary.
Fixed couple bugs.
--output option now can be a folder along with --folder, thanks to @mako-taco.