├── .gitignore ├── LICENSE ├── README.md ├── __init__.py ├── export_seanim.py ├── import_seanim.py └── seanim.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SE2Dev/io_anim_seanim/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SE2Dev/io_anim_seanim/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SE2Dev/io_anim_seanim/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SE2Dev/io_anim_seanim/HEAD/__init__.py -------------------------------------------------------------------------------- /export_seanim.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SE2Dev/io_anim_seanim/HEAD/export_seanim.py -------------------------------------------------------------------------------- /import_seanim.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SE2Dev/io_anim_seanim/HEAD/import_seanim.py -------------------------------------------------------------------------------- /seanim.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SE2Dev/io_anim_seanim/HEAD/seanim.py --------------------------------------------------------------------------------