Skip to content

Release 0.8.1 - Changelog

Choose a tag to compare

@francescofugazzi francescofugazzi released this 02 May 08:49
  • Merge PR #30: replace plyfile with built-in PLY reader/writer
  • @swell-d introduced a built-in PLY reader/writer to replace the GPL-licensed plyfile dependency, making the project truly MIT-compliant as requested in #29.
  • Added a minimal internal PLY implementation covering the exact API surface used by gsconverter.
  • Fixed PLY import handling so --info and other PLY paths work reliably with the built-in reader.
  • Improved canonical 3DGS roundtrips so cc -> 3dgs no longer carries RGB and the output stays aligned with the original 3DGS format.
  • Preserved extra PLY elements when explicitly requested, so supported metadata can survive conversion paths.
  • Thanks to @swell-d for the PR and for solving the licensing issue in a clean way.