blender_bevy_toolkit icon indicating copy to clipboard operation
blender_bevy_toolkit copied to clipboard

feature request: example of using cargo-watch to only convert newly saved .blend files

Open ericvrp opened this issue 3 years ago • 1 comments

This would make a great DX especially in combination with Bevy's asset hot reloading!

ericvrp avatar Apr 07 '22 15:04 ericvrp

Because blend files can link to other blend files a watch on a single blend file doesn't ensure correct scene export. Once I dealt with this using Scons to inspect the blend files to determine the relationships between them (inspecting binary using https://en.wikipedia.org/wiki/Strings_(Unix) )

That said using cargo-watch would be useful for simple examples/games

sdfgeoff avatar Apr 07 '22 19:04 sdfgeoff