It’s a plugin for linking krita image with blender image texture allowing for fast updates without file reloads(using python shared memory)
Features:
- link one image from krita to image texture in blender
- Allows for rapid updates of the image without the necessity of saving files.
- Transfers UV maps from Blender objects to Krita as an overlay.
- Imports images from Blender into Krita as a new layer.
- shortcuts for all above
- Supports making Krita selection areas based on Blender UV maps (requires an additional C++ plugin).
Download
get the newest release at releases page
Installation:
- Download the .zip files from the release page and import them into Krita and Blender.
- To enable Krita selection area functionality, extract the Plugin_native_addition to your Krita installation folder, or alternatively, compile Krita with the provided source files.
Usage:
Enabling the Plugin
- In Krita: Activate the plugin via
Settings > Configure Krita > Python Plugin Manager. Restart Krita and enable the dock underSettings > Docker > Blender Krita Link. - In Blender: Enable the plugin through
Edit > Preferences > Add-ons > Blender Krita Link.
Plugin Operations
- Use the
Connectbutton to link to Blender, after that you can useDisconnectbutton to end your session. Also you can changeConnection portboth in Krita and Blender. - The plugin loads images from Blender into a list. Link an image by right-clicking it and selecting
Link image, or import a texture by clickingFrom Blender to new layer. you open an image in new document(and link) too. Also you can use double click to make action based on context. - To enable linking, ensure the Krita document is the same size as the Blender image. Set the correct color spectrum under
Image > Properties > Image Color Space(RGB/Alpha and Profile: sRGB options are recommended). - If “Send on draw” is activated, the image will update in Blender when you release the draw button on the canvas (and use ctrl+(Shift)+Z). You can also send data manually using the “Send Data” button.
- Use
Refreshto update image list from blender and query it bySearch Blender images listtextbox. - Use
Refreshin uvs section to get the UV map from selected object(in blender) to krita.- you can also change color and the stroke weight of uv maps and their visibility
- Use
Selectin uvs section for converting selected uvs in Blender to Krita selection - you can also enable the auto update of uvs and images list in blender using
sync uvs and imagescheckbox, with the sync interval variable.
Note:
- plugin is still pretty buggy and sometimes you may get a runtime error
- handling large files(8K+) takes long time
- The UV overlay feature does not adjust with the canvas in fullscreen mode when rulers are disabled.
- macos is not supported right now

