Tomáš Karabela

Results 9 issues of Tomáš Karabela

As of 1.2.0, we default to UTF-8 encoding. If this is not correct, the user has to specify the proper encoding manually. To improve the experience, we could try some...

enhancement

Follow-up on question from #6 on how to safely do attribute forwarding. > @eliemichel It is possible already to point the output at the same buffer as the input, for...

This pull request will implement #57.

- https://github.com/eliemichel/OpenMfx/blob/e0807499328e78f4c8cad56689c554cb4776e5e9/doc/Reference/ofxMeshEffectActions.rst - this page should mention `kOfxMeshEffectActionDescribeInContext` in the "Actions specific to Mesh Effects" section - currently it only mentions in docs for `kOfxActionDescribe` that "kOfxImageEffectActionDescribeInContext will be called...

I've been playing around with the Host C++ SDK regarding the RFC to run plugins in a separate process and noticed that range-based `for` wasn't supported on `OfxPropertySetStruct`, `OfxAttributeSetStruct`, etc....

Currently, PPTX files that are protected by Azure Rights Management (RMS) cannot be opened by the library (as of version 0.6.23). Attempting to open such a file throws `pptx.exc.PackageNotFoundError: Package...

I've encountered some strange behavior specifically when rendering animation (as opposed to rendering still frames or working in the viewport). With https://github.com/eliemichel/OpenMeshEffectForBlender/commit/5b8b30afc8fdc9407d6fe49ede0ab3eca8938ec1 plus https://github.com/tkarabela/MfxVTK/commit/afdb181ea794c7a00b469c6ec89253c60f561394 (both debug builds, on Linux), I've...

OFX supports multiple inputs via `inputDefine()` on `OfxMeshEffectHandle`, which is not currently supported by the Blender host. Use case examples from native Blender modifiers: - Using the full second mesh...

How to reproduce (example with MfxVTK): - copy `mfx_vtk_plugin-0.3.0.ofx` to `test.ofx` - open Blender, apply "Volume sampling" effect from `test.ofx`to default cube, save `test.blend`, exit Blender - copy `mfx_vtk_plugin-0.4.0.ofx` to...