Cura/plugins/PostProcessingPlugin
HellAholic 4566513384 Add helper to detect multiline settings in comments and extend functionality
Introduced isMultilineSetting() to parse the comments field for multiline directives in various formats. Updated the string setting type to use this helper, improving flexibility in specifying multiline text areas.

Supports "multiline" or "@[multiline]" or "@[multiline, other] comment" which can be extended later if required.
2026-01-21 20:53:30 +01:00
..
scripts Merge branch 'main' into fix_pp_script_issues 2026-01-15 12:17:40 +01: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 bump version to 2.3.0 2026-01-12 20:11:09 +01:00
PostProcessingPlugin.py Merge pull request #15883 from GregValiant/PostProcPlugin 2023-10-04 13:41:16 +02:00
PostProcessingPlugin.qml Add helper to detect multiline settings in comments and extend functionality 2026-01-21 20:53:30 +01:00
README.md Add post processing source files 2018-01-09 10:31:12 +01:00
Script.py Use raw strings for regular expressions with invalid escape sequences 2024-08-31 12:11:59 -05:00
Script.svg Convert icons to UTF-8 2021-06-28 18:28:50 +02:00
SettingTextArea.qml Move SettingTextArea.qml to PostProcessingPlugin 2026-01-21 20:50:33 +01:00

PostProcessingPlugin

A post processing plugin for Cura