Roland Fredenhagen

Results 292 comments of Roland Fredenhagen

I would say something like a max_width, either in characters or in fields. like values below get merged into one line and those above get promoted to real tables. And...

Really annoying if you have a big package and it fails because of an already installed package.

I hope I implemented your suggestion in a reasonable way. If there are still things I should change let me know

> With Blender 2.8 stuff could get arranged in "collections". Might be a good starting point too (export collections as "scenes"). I'd like to have both options. So I can...

I think I will have a look at the implementation and do a pull-request if successful.

I started the implementation: https://github.com/ModProg/godot-blender-exporter/tree/Export-by-Object Exporting by collection works.

I have made a pull request #347

Maybe we should check at least with Blender 2.82 as that is the most resent stable version of blender.

I have a `.for_each(|_| ready(()).await` before all the returns. But that is probably not ideal (got the idea from https://github.com/rust-lang/futures-rs/issues/707)