Reorder WEBP export mode before other similar.

This commit is contained in:
Jindra Petřík
2026-02-01 02:44:27 +01:00
parent ab717cc51c
commit a90bff735b

View File

@@ -56,6 +56,10 @@ public enum MorphShapeExportMode {
* BMP individual frames - Windows Bitmap
*/
BMP_FRAMES(false, true),
/**
* WEBP
*/
WEBP(true, false),
/**
* WEBP start and end frames
*/
@@ -75,12 +79,7 @@ public enum MorphShapeExportMode {
/**
* SWF - Shockwave Flash
*/
SWF(true, false),
/**
* WEBP
*/
WEBP(true, false);
SWF(true, false);
/**
* Whether this mode requires total duration in seconds