Blender_bevy_components_workflow
Blender_bevy_components_workflow copied to clipboard
"found the animation clip" is flooding the console
https://github.com/kaosat-dev/Blenvy/blob/d5f14bc03790678f0d5d8bc3bd35a44609c5ac58/crates/blenvy/src/blueprints/animation.rs#L194
I can see a lot of commented out code and a todo around here, how do I help with this, or what's the plan?
It's flooding the console, so if I want to add a debug message in my code, I could not see it. Thousands of these appear in every minute.
This works temporarily:
cargo run | grep -v 'found the animation clip'