Blender_bevy_components_workflow icon indicating copy to clipboard operation
Blender_bevy_components_workflow copied to clipboard

"found the animation clip" is flooding the console

Open czettnersandor opened this issue 1 year ago • 1 comments

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.

czettnersandor avatar Sep 15 '24 07:09 czettnersandor

This works temporarily: cargo run | grep -v 'found the animation clip'

czettnersandor avatar Oct 02 '24 17:10 czettnersandor