Skip to content

OCA-Plus v1.6.6 - Installation compatibility patch.

Choose a tag to compare

@SimonHeggie SimonHeggie released this 23 Dec 07:05
688e3f1

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 ModuleNotFoundError on launch by correcting internal imports so oca_krita and oca_core are resolved as package-relative modules under OCA.
  • Prevented offline environments from blocking plugin initialization (update checks no longer break plugin loading).

Changed

  • Standardized Krita plugin package layout:

    • OCA.desktop at 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.