LICENSE
README.md
pyproject.toml
dist/extract.py
docs/source/conf.py
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/cli/__init__.py
scfile/cli/commands.py
scfile/cli/enums.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/exceptions/__init__.py
scfile/exceptions/base.py
scfile/exceptions/file.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/flags.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/structures/__init__.py
scfile/structures/animation.py
scfile/structures/mesh.py
scfile/structures/scene.py
scfile/structures/skeleton.py
scfile/structures/texture.py
scfile/structures/vectors.py
scripts/build.py
tests/__init__.py
tests/conftest.py
tests/codec/extract.py
tests/codec/mcsa/test_mcsa.py
tests/codec/mic/test_mic.py
tests/codec/ol/test_ol.py
tests/usage/test_advanced.py
tests/usage/test_convert.py
utils/profiler/mcsa_to_dae.py
utils/profiler/mcsa_to_gltf.py
utils/profiler/mcsa_to_ms3d.py
utils/profiler/mcsa_to_obj.py
utils/profiler/parse_mcsa.py
utils/profiler/profiler.py
utils_local/_backup/fabrik.py
utils_local/_backup/encode/mcsa/mcsa.py
utils_local/_backup/encode/mcsa/obj.py
utils_local/_backup/encode_old/dxt5/encode.py
utils_local/_backup/encode_old/ol/__main__.py
utils_local/_backup/encode_old/ol/mipmaps.py
utils_local/_backup/icons/install.py
utils_local/_backup/profiler/__main__.py
utils_local/_backup/stats/__init__.py
utils_local/_backup/stats/__main__.py
utils_local/_backup/stats/consts.py
utils_local/_backup/stats/misc.py
utils_local/_backup/stats/base/parser.py
utils_local/_backup/stats/base/table.py
utils_local/_backup/stats/models/__main__.py
utils_local/_backup/stats/models/parser.py
utils_local/_backup/stats/models/tables.py
utils_local/_backup/stats/textures/__main__.py
utils_local/_backup/stats/textures/parser.py
utils_local/_backup/stats/textures/tables.py
utils_local/_backup/test/__main__.py
utils_local/_backup/unpackassets/__init__.py
utils_local/_backup/unpackassets/conf.py
utils_local/_backup/unpackassets/multi.py
utils_local/_backup/unpackassets/single.py
utils_local/_backup/utils/unpack/__init__.py
utils_local/_backup/utils/unpack/__main__.py
utils_local/_backup/utils/unpack/consts.py
utils_local/_backup/utils/unpack/default.py
utils_local/_backup/utils/unpack/generator.py
utils_local/_backup/utils/unpack/multithread.py