Elie Michel

Results 239 comments of Elie Michel

I am working on integrating these ideas to the C API. In the design of the original Image Effect API, `clipGetHandle` was meant to be called only at cook time,...

A lot of news with 89d428f ### Semantics It introduces Semantics: `kOfxMeshAttribSemanticTextureCoordinate`, kOfxMeshAttribSemanticNormal`, kOfxMeshAttribSemanticColor` and `kOfxMeshAttribSemanticWeight` (I don't like the cryptic "UV" even though "TextureCoordinate" is a bit long) ###...

> From the C++ SDK point of view, it prevents the user from shooting themselves in the foot Correct, I realized this when reading again for documentation. It could even...

Could you check out what we need to change in the tutorials [here](https://openmesheffect.org/Guide/TutorialCApi.html) and [there](https://openmesheffect.org/Guide/TutorialCppSdk.html)?

@paceholder CI scripts don't find Qt apparently; I don't think their failure is due to my code.

> On the other hand, webui is simple, one .c file, so cmake may be overkill, in my opinion. This is really not transparent from reading the README tbh. If...

I agree actually, not my topmost priority at the moment but I'll work on this eventually!

Additional edit: use `snprintf` instead of `sprintf`, which is deprecated by clang, avoiding this warning: ``` error: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to...

Hey @elmindreda I see you've added this to your "Needs Investigation" list, is there any way I can help? FWIW I've been actively using this for the past year, and...