You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -443,6 +442,16 @@ function createAnimationStorage(animations: IRenderedAnimation[]) {
443
442
)
444
443
}
445
444
}
445
+
conststr=`data modify storage aj.${
446
+
Project!.animated_java.export_namespace
447
+
}:animations list.${animation.storageSafeName} set value ${animStorage.toString()}`
448
+
if(str.length>2000000){
449
+
// FIXME - Temporary patch. Split each animation's storage into multiple commands if it's too large.
450
+
thrownewError(
451
+
`The animation storage for '${animation.name}' is too large! The data command must be less than 2000000 characters long. (Currently ${str.length} characters).`
0 commit comments