LICENSE
README.md
pyproject.toml
sc_file.egg-info/PKG-INFO
sc_file.egg-info/SOURCES.txt
sc_file.egg-info/dependency_links.txt
sc_file.egg-info/entry_points.txt
sc_file.egg-info/requires.txt
sc_file.egg-info/top_level.txt
scfile/__init__.py
scfile/__main__.py
scfile/consts.py
scfile/enums.py
scfile/exceptions.py
scfile/types.py
scfile/cli/__init__.py
scfile/cli/commands.py
scfile/cli/types.py
scfile/cli/utils.py
scfile/convert/__init__.py
scfile/convert/base.py
scfile/convert/detect.py
scfile/convert/factory.py
scfile/convert/formats.py
scfile/convert/legacy.py
scfile/core/__init__.py
scfile/core/base.py
scfile/core/decoder.py
scfile/core/encoder.py
scfile/core/types.py
scfile/core/context/__init__.py
scfile/core/context/content.py
scfile/core/context/options.py
scfile/core/io/__init__.py
scfile/core/io/base.py
scfile/core/io/streams.py
scfile/formats/__init__.py
scfile/formats/dae/__init__.py
scfile/formats/dae/encoder.py
scfile/formats/dae/utils.py
scfile/formats/dds/__init__.py
scfile/formats/dds/encoder.py
scfile/formats/dds/enums.py
scfile/formats/dds/header.py
scfile/formats/dds/mask.py
scfile/formats/glb/__init__.py
scfile/formats/glb/base.py
scfile/formats/glb/encoder.py
scfile/formats/glb/enums.py
scfile/formats/hdri/__init__.py
scfile/formats/hdri/decoder.py
scfile/formats/mcsa/__init__.py
scfile/formats/mcsa/decoder.py
scfile/formats/mcsa/exceptions.py
scfile/formats/mcsa/io.py
scfile/formats/mcsa/versions.py
scfile/formats/mcsb/__init__.py
scfile/formats/mcsb/decoder.py
scfile/formats/mic/__init__.py
scfile/formats/mic/decoder.py
scfile/formats/ms3d/__init__.py
scfile/formats/ms3d/encoder.py
scfile/formats/ms3d/exceptions.py
scfile/formats/ms3d/io.py
scfile/formats/obj/__init__.py
scfile/formats/obj/encoder.py
scfile/formats/obj/faces.py
scfile/formats/ol/__init__.py
scfile/formats/ol/decoder.py
scfile/formats/ol/exceptions.py
scfile/formats/ol/formats.py
scfile/formats/ol/io.py
scfile/formats/png/__init__.py
scfile/formats/png/encoder.py
scfile/formats/texarr/__init__.py
scfile/formats/texarr/decoder.py
scfile/formats/zip/__init__.py
scfile/formats/zip/encoder.py
scfile/structures/__init__.py
scfile/structures/animation.py
scfile/structures/flags.py
scfile/structures/mesh.py
scfile/structures/scene.py
scfile/structures/skeleton.py
scfile/structures/texture.py
scfile/structures/types.py
scfile/structures/vectors.py