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 {
4848 excluded_nodes : CollectionItem [ ]
4949 }
5050
51+ interface AnimationUndoCopy {
52+ excluded_nodes : string [ ]
53+ }
54+
55+ interface AnimationOptions {
56+ excluded_nodes : string [ ]
57+ }
58+
5159 // eslint-disable-next-line @typescript-eslint/naming-convention
5260 interface _Keyframe {
5361 easing ?: EasingKey
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ export interface IBlueprintFormatJSON {
138138 elements : any [ ]
139139 outliner : any [ ]
140140 textures : Texture [ ]
141- animations : AnimationOptions [ ] & { excluded_nodes : string [ ] }
141+ animations : AnimationOptions [ ]
142142 animation_controllers ?: AnimationControllerOptions [ ]
143143 animation_variable_placeholders : string
144144 backgrounds ?: Record < string , any >
You can’t perform that action at this time.
0 commit comments