Happy to hear that, I created the plugin mostly for creating stylized models in blender so its nice to see that use.
As for the crashes, if you can reproduce them I would recommend you to submit an issue with system info, krita and blender versions and logs of both programs so I can work on fixing it as its basically core feature of the program.
This looks like an awesome plugin!
However, as I’m on Linux, I see it requires recompiling Krita from source. I’m curious about why this is and if it’s possible to just have a purely Python extension.
krita compilation is not really required as I provide .so files inside releases so you can place them in krita installation folder(appimage stuff probably or smh)
but then those files are used only to create selections in krita. you can just install python part and the core functionality will work.
As to why there is need for c++ code, krita python api is pretty lacking in terms of creating selections that are not rectangles so I found another way.