File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,14 @@ declare global {
48
48
excluded_nodes : CollectionItem [ ]
49
49
}
50
50
51
+ interface AnimationUndoCopy {
52
+ excluded_nodes : string [ ]
53
+ }
54
+
55
+ interface AnimationOptions {
56
+ excluded_nodes : string [ ]
57
+ }
58
+
51
59
// eslint-disable-next-line @typescript-eslint/naming-convention
52
60
interface _Keyframe {
53
61
easing ?: EasingKey
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ export interface IBlueprintFormatJSON {
138
138
elements : any [ ]
139
139
outliner : any [ ]
140
140
textures : Texture [ ]
141
- animations : AnimationOptions [ ] & { excluded_nodes : string [ ] }
141
+ animations : AnimationOptions [ ]
142
142
animation_controllers ?: AnimationControllerOptions [ ]
143
143
animation_variable_placeholders : string
144
144
backgrounds ?: Record < string , any >
You can’t perform that action at this time.
0 commit comments