This release brings major new features to MaterialEditor:
- Support for animated textures in APNG and GIF format (see #255)
- Support for images in WebP format (better compression than PNG)
⚠️Warning: MaterialEditor's "open file" dialog will no longer remember last opened folder until you update KKAPI to at least v1.41. If you prefer for the dialog to always open in the default directory, go to plugin settings and disable the "Remember last folder in file pickers" setting.
StudioImageEmbed and UncensorSelector have minor performance improvements but no new features.
What's Changed
- [ME] Fix normalmap conversion on item copy and timeline texture change by @RikkiBalboa in #252
- [ME] Simple refactoring by @takahiro0327 in #254
- [ME] Support apng and gif by @takahiro0327 in #255
- [ME] Drag labels to change float attached float values by @RikkiBalboa in #258
- [Shared] Optimized sequence equal by @takahiro0327 in #257
- [ME] Enable toggle shortcuts in maker by @RikkiBalboa in #260
- [ME] WebP support by @RikkiBalboa in #261
- [ME] Use export path for import dialog by @Keelhauled in #262
- [Shared] Optimized sequence equal with Vector2 by @takahiro0327 in #263
- [ME] Fix toggle shortcuts for the character also reacting in studio by @RikkiBalboa in #264
Full Changelog: v253...v254