Elie Michel
Elie Michel
WIP support for the new runtime platform switch (X11/Wayland): https://github.com/eliemichel/glfw3webgpu/pull/8 Will be ported to this PR once tested enough.
Hey thanks for pinging me here, replying to some points mentionned above: > It's possible to use Dawn with SDL, but it requires a lot more effort to get the...
> Then shouldn't be called higher in the loop? It feels strange to be raising events at a random "middle of main loop" location Agreed, I tend to pu this...
Ideally ofx plugins should be treated as external ressources the same way e.g. texture images are external resources. It may be a bad idea to pack them into .blend files...
Hi @johannbl I tried to make it easy enough to do so, you can follow instructions in https://github.com/eliemichel/LilySurfaceScraper#adding-new-sources and basically look at the files in the [Scrapers](https://github.com/eliemichel/LilySurfaceScraper/tree/master/blender/LilySurfaceScraper/Scrapers) directory. Let me...
Good suggestion!
I do not have such example, but if you do find one I'd be interested in having a look at it!
For the first case, your last note is indeed soemthing I had not taken time to think about. Using local coordinates would really make sense in the spirit of reusing...
Additionnal inputs are beginning to get supported. Remaining bugs: - [x] Unsetting the input object crashes blender - [ ] Objects are not persistent fo file reload (spent some time...
Oh thanks for this report, as well as the suggestion, I'll look into it!