OCA-Plus v1.6.6 - Installation compatibility patch.
This is significant under the hood because it deviates from the official RxLab structure.
OCA-Plus v1.6.6
Fixed
- Krita “Tools → Scripts → Import Python Plugin…” installation now loads successfully after restart.
- Resolved
ModuleNotFoundErroron launch by correcting internal imports sooca_kritaandoca_coreare resolved as package-relative modules underOCA. - Prevented offline environments from blocking plugin initialization (update checks no longer break plugin loading).
Changed
-
Standardized Krita plugin package layout:
OCA.desktopat archive root- All Python sources contained within the
OCA/package - Consistent relative imports across all submodules
New option for Install Steps as of this release:
- Open Krita
- Go to: Tools → Scripts → Import Python Plugin…
- Select the archive: OCA-Plus_v1.6.6.zip
- Krita will report: “The following plugins were imported: OCA”
- Choose 'Yes' to Enable plugins now
- Restart Krita
Notes
- No new features to the exported OCA schema in this release.
- This release is a packaging and reliability fix only.