File tree Expand file tree Collapse file tree 2 files changed +22
-6
lines changed Expand file tree Collapse file tree 2 files changed +22
-6
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ function rawExport(exportData: aj.ExportData) {
20
20
21
21
if ( ! exporterSettings . outputJsonPath ) {
22
22
throw new CustomError (
23
- 'animatedJava.exporters.rawAnimation.dialogs.errors.outputJsonPath .title' ,
23
+ 'animatedJava.exporters.rawAnimation.dialogs.errors.outputJsonPathUndefined .title' ,
24
24
{
25
25
intentional : true ,
26
26
dialog : {
27
- id : 'animatedJava.exporters.rawAnimation.dialogs.errors.outputJsonPath ' ,
27
+ id : 'animatedJava.exporters.rawAnimation.dialogs.errors.outputJsonPathUndefined ' ,
28
28
title : tl (
29
- 'animatedJava.exporters.rawAnimation.dialogs.errors.outputJsonPath .title'
29
+ 'animatedJava.exporters.rawAnimation.dialogs.errors.outputJsonPathUndefined .title'
30
30
) ,
31
31
lines : [
32
32
tl (
33
- 'animatedJava.exporters.rawAnimation.dialogs.errors.outputJsonPath .body'
33
+ 'animatedJava.exporters.rawAnimation.dialogs.errors.outputJsonPathUndefined .body'
34
34
) ,
35
35
] ,
36
36
width : 512 ,
@@ -57,10 +57,10 @@ const Exporter = (AJ: any) => {
57
57
{
58
58
outputJsonPath : {
59
59
title : tl (
60
- 'animatedJava.exporters.rawAnimation.settings.outputJson .title'
60
+ 'animatedJava.exporters.rawAnimation.settings.outputJsonPath .title'
61
61
) ,
62
62
description : tl (
63
- 'animatedJava.exporters.rawAnimations .settings.outputJson .description'
63
+ 'animatedJava.exporters.rawAnimation .settings.outputJsonPath .description'
64
64
) ,
65
65
type : 'filepath' ,
66
66
default : '' ,
Original file line number Diff line number Diff line change @@ -375,6 +375,22 @@ animatedJava:
375
375
vanillaStatue :
376
376
title : Statue Exporter
377
377
378
+ rawAnimation :
379
+ title : Raw Animation
380
+
381
+ dialogs :
382
+ errors :
383
+ outputJsonPathUndefined :
384
+ title : Output JSON Path Undefined
385
+ body :
386
+ - You must define an output JSON path in settings before you can export.
387
+
388
+ settings :
389
+ outputJsonPath :
390
+ title : Output JSON
391
+ description :
392
+ - Path to exported data file
393
+
378
394
# ? Vanilla Animation Exporter
379
395
vanillaAnimation :
380
396
title : Animation Exporter
You can’t perform that action at this time.
0 commit comments