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/params.py
scfile/cli/cmd/__init__.py
scfile/cli/cmd/convert.py
scfile/cli/cmd/mapcache.py
scfile/convert/__init__.py
scfile/convert/convert.py
scfile/convert/detect.py
scfile/convert/factory.py
scfile/convert/formats.py
scfile/core/__init__.py
scfile/core/base.py
scfile/core/content.py
scfile/core/decoder.py
scfile/core/encoder.py
scfile/core/options.py
scfile/core/structio.py
scfile/core/types.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/efkmodel/__init__.py
scfile/formats/efkmodel/decoder.py
scfile/formats/fbx/__init__.py
scfile/formats/fbx/consts.py
scfile/formats/fbx/encoder.py
scfile/formats/fbx/enums.py
scfile/formats/fbx/io.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/json/__init__.py
scfile/formats/json/encoder.py
scfile/formats/mca/__init__.py
scfile/formats/mca/encoder.py
scfile/formats/mca/mapping.py
scfile/formats/mcal/__init__.py
scfile/formats/mcal/decoder.py
scfile/formats/mcsa/__init__.py
scfile/formats/mcsa/consts.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/mdat/__init__.py
scfile/formats/mdat/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/nbt/__init__.py
scfile/formats/nbt/decoder.py
scfile/formats/nbt/enums.py
scfile/formats/nbt/io.py
scfile/formats/nbt/nbt.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/gui/__init__.py
scfile/gui/window.py
scfile/gui/assets/github.png
scfile/gui/assets/scfile.ico
scfile/gui/assets/upload.png
scfile/gui/shared/__init__.py
scfile/gui/shared/consts.py
scfile/gui/shared/strings.py
scfile/gui/shared/styles.py
scfile/gui/tabs/__init__.py
scfile/gui/tabs/convert.py
scfile/gui/tabs/mapcache.py
scfile/gui/widgets/__init__.py
scfile/gui/widgets/footer.py
scfile/gui/widgets/link.py
scfile/gui/widgets/option.py
scfile/gui/widgets/path.py
scfile/gui/widgets/sources.py
scfile/gui/widgets/version.py
scfile/gui/widgets/warnings.py
scfile/gui/workers/__init__.py
scfile/gui/workers/base.py
scfile/gui/workers/convert.py
scfile/gui/workers/counter.py
scfile/gui/workers/logs.py
scfile/gui/workers/mapcache.py
scfile/gui/workers/updates.py
scfile/structures/__init__.py
scfile/structures/regions.py
scfile/structures/textures.py
scfile/structures/models/__init__.py
scfile/structures/models/animation.py
scfile/structures/models/enums.py
scfile/structures/models/matrices.py
scfile/structures/models/mesh.py
scfile/structures/models/scene.py
scfile/structures/models/skeleton.py
scfile/structures/models/transforms.py
scfile/structures/models/types.py
scfile/utils/__init__.py
scfile/utils/cli.py
scfile/utils/files.py
scfile/utils/regions.py
scfile/utils/updates.py
scfile/utils/versions.py
tests/test_exceptions.py