GSplat Converter 0.1.15#
Release Date: June 2026
Note
This is the first public release of GSplat Converter.
Converter Versions Included:#
omni.kit.converter.gsplat = {version = 0.1.15}
Added#
Initial public beta release of
omni.kit.converter.gsplat.PLY reader — binary and ASCII PLY files with standard 3DGS vertex properties (positions, scales, rotations, opacity, spherical harmonics).
SPZ reader — SPZ v2 and v3 compressed Gaussian Splat files.
USD writer — outputs
.usd,.usda,.usdc, or.usdzusing theUsdVol.ParticleField3DGaussianSplatschema (OpenUSD 26.03+) with automatic fallback to the Omniverseusd_particle_fieldbackport.Asset Importer integration — registers
.plyand.spzhandlers in omni.kit.tool.asset_importer for File → Import and Convert to USD workflows in Kit.CLI — headless batch conversion via
usd-convert-gsplat(pip install) orpython -m omni.kit.converter.gsplat.clifrom a Kit layout.Python API —
read_ply,read_spz, andwrite_gaussian_splat_usdre-exported fromusd_convert_gsplatfor programmatic use.