diff --git a/README.md b/README.md index bb512da..ecc8ff7 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,11 @@ SEAnim plugins for various 3D software suites. Libraries that handle reading / writing SEAnim files. + [seanim.py](https://github.com/SE2Dev/io_anim_seanim/blob/master/seanim.py) (Python) - Part of the *io_anim_seanim* plugin above + [SELibDotNet](https://github.com/dtzxporter/SELibDotNet) (.NET) ++ [SELib](https://github.com/Ray1235/SELib) (C) - portable SEAnim library with minimal dependencies ## Changes | Version | Commit | Remarks | |:--------|:-------|:--------| | v1.0.0 | b8f36bb7d9ab450884f640d25cef1f77253ccffc | Initial Release | | v1.0.1 | 3c93edaabc6a34f59e4dbb92a493ddd2265a9668 | Revision 1 - Corrects various spec issues with frame_t and bone_t; Clarifies ambiguous definitions | -| v1.0.2 | 5dd1efb9342ceab90c77dbd689852608a17ccc74 | Revision 2 - Corrects an issue where the incorrect type could be chosen for frame_t | \ No newline at end of file +| v1.0.2 | 5dd1efb9342ceab90c77dbd689852608a17ccc74 | Revision 2 - Corrects an issue where the incorrect type could be chosen for frame_t |