Cura/plugins/3MFWriter
j.delarago 71a817697b Before this change packages were only being checked if they were bundled after loading the package_id. However only installed packages were being loaded so this would always be false.
The solution here is to check first if a material file is inside "secure_paths" (these are install directory resource paths). If it is, it must be a bundled material.

CURA-8610
2022-06-08 10:22:24 +02:00
..
__init__.py Fix crash if 3mf writer could not be imported 2022-04-25 13:45:05 +02:00
plugin.json Upgrade SDK version to 8.0.0 for Cura 5.0 2022-04-20 10:57:38 +02:00
ThreeMFWorkspaceWriter.py Add 'capabilities' to ignored metadata. 2021-12-02 12:23:57 +01:00
ThreeMFWriter.py Before this change packages were only being checked if they were bundled after loading the package_id. However only installed packages were being loaded so this would always be false. 2022-06-08 10:22:24 +02:00