kaosat-dev / Blenvy

Bevy Code & Blender addon for a simple workflow to add & edit Bevy components in Blender
Other
555 stars 50 forks source link

"found the animation clip" is flooding the console #245

Open czettnersandor opened 3 weeks ago

czettnersandor commented 3 weeks ago

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 commented 4 days ago

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