Releases: adosikas/synth_mapping_helper
Releases · adosikas/synth_mapping_helper
v0.9.4 - `--swap-hands`
v0.9.3 - Walls in finalize script
Plot now shows walls, and they are colored red when they would be hidden on quest
v0.9.1 - Finalize script & Spline interpolation
Adds scipy
and matplotlib
dependencies.
Changes --interpolate=<inverval>
to use splines to interpolate, as do all other operations that interpolate.
Adds --interpolate-linear=<interval>
, which does linear interpolation operation as --interpolate
now uses splines.
Adds finalize script: python3 -m synth_mapping_helper.finalize <input_map.synth> <output_map.synth>
, which moves walls up to compensate for game showing them differently than the editor. Supports --plot
to plot velocity and acceleration and --revert
to undo finalizing.
v0.8.2 - Note-Pivot & Relative Walls
Full Changelog: v0.8.1...v0.8.2