Cura/plugins/PostProcessingPlugin
Kostas Karmas 354d96d87a Fix getting PyCapsule error on import
Previously, Arcus, Savitar, and pynest2d were being build with a missing sip flag. This led to Cura
getting `ValueError: PyCapsule_GetPointer called with incorrect name`, if those libraries were not
imported (even if they were unused).

This flag was added in the following commits:

* 83393f989c
* e9e530d963
* bd440b50ad

Since the issue seems to be gone now, the unused imports should be removed from Cura.

All credits go to Rex Dieter for figuring that this missing flag was the issue.
https://src.fedoraproject.org/rpms/libarcus/pull-request/1#request_diff

CURA-8146
2021-05-05 12:20:13 +02:00
..
scripts Accept Griffin-style time estimation header 2021-03-31 15:08:33 +02:00
tests More fixes for PyCapsule_GetPointer race condition 2020-10-16 14:26:27 +02:00
__init__.py Fix getting PyCapsule error on import 2021-05-05 12:20:13 +02:00
plugin.json Increment SDK version to 7.5.0 2021-04-06 13:28:08 +02:00
PostProcessingPlugin.py Fix loading scripts from all registered resource paths 2021-01-19 13:55:02 +01:00
PostProcessingPlugin.qml Update Icons 2021-04-26 19:42:17 +02:00
README.md Add post processing source files 2018-01-09 10:31:12 +01:00
Script.py Improved readability of putValue 2020-06-23 21:46:40 +02:00
Script.svg Update Icons 2021-04-26 19:42:17 +02:00

PostProcessingPlugin

A post processing plugin for Cura