Since the official plugin only supports the dynamic animations format and rejects the baked animations format, it makes sense to have this disabled by default. Additionally, rename baked_animations to bake_animations, as the name is more appropriate because it uses a verb, which is the standard approach for boolean flags, indicating whether to "bake" animations.
Since the official plugin only supports the dynamic animations format and rejects the baked animations format, it makes sense to have this disabled by default. Additionally, rename
baked_animations
tobake_animations
, as the name is more appropriate because it uses a verb, which is the standard approach for boolean flags, indicating whether to "bake" animations.