We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2de150a + fa2a1db commit 9647f63Copy full SHA for 9647f63
src/exporting.ts
@@ -347,6 +347,9 @@ async function exportPredicate(
347
})
348
}
349
350
+ predicateJSON.overrides.sort((a: any,b: any) => {
351
+ return (a.predicate.custom_model_data - b.predicate.custom_model_data)
352
+ })
353
//@ts-ignore
354
predicateJSON.aj.includedRigs[Project.UUID] = {
355
name: settings.animatedJava.projectName,
0 commit comments