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.
1 parent 6f31f51 commit 768a69cCopy full SHA for 768a69c
2 files changed
src/blockbenchTypeMods.d.ts
@@ -48,6 +48,14 @@ declare global {
48
excluded_nodes: CollectionItem[]
49
}
50
51
+ interface AnimationUndoCopy {
52
+ excluded_nodes: string[]
53
+ }
54
+
55
+ interface AnimationOptions {
56
57
58
59
// eslint-disable-next-line @typescript-eslint/naming-convention
60
interface _Keyframe {
61
easing?: EasingKey
src/blueprintFormat.ts
@@ -138,7 +138,7 @@ export interface IBlueprintFormatJSON {
138
elements: any[]
139
outliner: any[]
140
textures: Texture[]
141
- animations: AnimationOptions[] & { excluded_nodes: string[] }
+ animations: AnimationOptions[]
142
animation_controllers?: AnimationControllerOptions[]
143
animation_variable_placeholders: string
144
backgrounds?: Record<string, any>
0 commit comments