pub fn no_automatic_morph_batching(
commands: Commands<'_, '_>,
query: Query<'_, '_, Entity, (With<MeshMorphWeights>, Without<NoAutomaticBatching>)>,
)
pub fn no_automatic_morph_batching(
commands: Commands<'_, '_>,
query: Query<'_, '_, Entity, (With<MeshMorphWeights>, Without<NoAutomaticBatching>)>,
)