NOTICE
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/options.py
scfile/types.py
scfile/app/__init__.py
scfile/app/consts.py
scfile/app/enums.py
scfile/app/events.py
scfile/app/feedback.py
scfile/app/files.py
scfile/app/formats.py
scfile/app/game.py
scfile/app/launcher.py
scfile/app/localization.py
scfile/app/updates.py
scfile/app/version.py
scfile/app/cli/__init__.py
scfile/app/cli/callbacks.py
scfile/app/cli/console.py
scfile/app/cli/params.py
scfile/app/cli/routing.py
scfile/app/cli/cmd/__init__.py
scfile/app/cli/cmd/animate.py
scfile/app/cli/cmd/convert.py
scfile/app/cli/cmd/mapcache.py
scfile/app/cli/cmd/maptiles.py
scfile/app/gui/__init__.py
scfile/app/gui/application.py
scfile/app/gui/settings.py
scfile/app/gui/strings.py
scfile/app/gui/styles.py
scfile/app/gui/tasks.py
scfile/app/gui/threads.py
scfile/app/gui/window.py
scfile/app/gui/assets/animate.body.png
scfile/app/gui/assets/animate.face.png
scfile/app/gui/assets/animate.hands.png
scfile/app/gui/assets/app.icon.ico
scfile/app/gui/assets/settings.export_path.png
scfile/app/gui/assets/settings.gameroot.png
scfile/app/gui/assets/settings.resolve_paths.png
scfile/app/gui/assets/settings.verbose.png
scfile/app/gui/assets/tab.animate.png
scfile/app/gui/assets/tab.convert.png
scfile/app/gui/assets/tab.mapcache.png
scfile/app/gui/assets/tab.maptiles.png
scfile/app/gui/assets/tab.settings.png
scfile/app/gui/assets/widget.upload.png
scfile/app/gui/tabs/__init__.py
scfile/app/gui/tabs/animate.py
scfile/app/gui/tabs/convert.py
scfile/app/gui/tabs/mapcache.py
scfile/app/gui/tabs/maptiles.py
scfile/app/gui/tabs/settings.py
scfile/app/gui/widgets/__init__.py
scfile/app/gui/widgets/conflict.py
scfile/app/gui/widgets/disabled.py
scfile/app/gui/widgets/footer.py
scfile/app/gui/widgets/link.py
scfile/app/gui/widgets/option.py
scfile/app/gui/widgets/path.py
scfile/app/gui/widgets/progress.py
scfile/app/gui/widgets/sources.py
scfile/app/gui/widgets/tiles.py
scfile/app/gui/widgets/updates.py
scfile/app/gui/widgets/warnings.py
scfile/app/gui/workers/__init__.py
scfile/app/gui/workers/counter.py
scfile/app/gui/workers/mapcache.py
scfile/app/tasks/__init__.py
scfile/app/tasks/animate.py
scfile/app/tasks/base.py
scfile/app/tasks/convert.py
scfile/app/tasks/mapcache.py
scfile/app/tasks/maptiles.py
scfile/app/tasks/parallel.py
scfile/content/__init__.py
scfile/content/base.py
scfile/content/regions.py
scfile/content/textures.py
scfile/content/models/__init__.py
scfile/content/models/enums.py
scfile/content/models/matrices.py
scfile/content/models/mesh.py
scfile/content/models/meta.py
scfile/content/models/scene.py
scfile/content/models/transforms.py
scfile/content/models/types.py
scfile/convert/__init__.py
scfile/convert/animate.py
scfile/convert/files.py
scfile/convert/formats.py
scfile/convert/mapcache.py
scfile/convert/maptiles.py
scfile/convert/named.py
scfile/convert/paths.py
scfile/convert/regions.py
scfile/core/__init__.py
scfile/core/base.py
scfile/core/decoder.py
scfile/core/encoder.py
scfile/core/models.py
scfile/formats/__init__.py
scfile/formats/registry.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/glb/__init__.py
scfile/formats/glb/base.py
scfile/formats/glb/encoder.py
scfile/formats/glb/enums.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/mca/payload.py
scfile/formats/mcal/__init__.py
scfile/formats/mcal/decoder.py
scfile/formats/mcsa/__init__.py
scfile/formats/mcsa/decoder.py
scfile/formats/mcsa/versions.py
scfile/formats/mcsb/__init__.py
scfile/formats/mcsb/decoder.py
scfile/formats/mcvd/__init__.py
scfile/formats/mcvd/decoder.py
scfile/formats/mdat/__init__.py
scfile/formats/mdat/decoder.py
scfile/formats/mdat/payload.py
scfile/formats/mic/__init__.py
scfile/formats/mic/decoder.py
scfile/formats/nbt/__init__.py
scfile/formats/nbt/decoder.py
scfile/formats/nbt/filenames.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/enums.py
scfile/formats/ol/formats.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/io/__init__.py
scfile/io/base.py
scfile/io/fbx.py
scfile/io/models.py
scfile/io/nbt.py
scfile/io/ol.py
tests/test_exceptions.py
tests/test_options.py