Cura/plugins/PaintTool
Remco Burema 8bab847594
Some checks are pending
conan-package / conan-package (push) Waiting to run
unit-test / Run unit tests (push) Waiting to run
Remap-barycentric was slowing things down; optimize.
It was using the old (well, relatively speaking ... from the start of development of the current paint-epic) getIntersectRatioViaPt (three times no less), which was massive overkill for what we're trying to accomplish here.

done as part of CURA-12662
2025-08-20 15:13:03 +02:00
..
__init__.py Properly prepare the model for painting 2025-08-07 11:03:51 +02:00
BrushColorButton.qml Save and restore painting tool settings 2025-08-01 17:08:53 +02:00
BrushShapeButton.qml Save and restore painting tool settings 2025-08-01 17:08:53 +02:00
paint.shader Improve fix for opacity issues 2025-08-05 15:55:23 +02:00
PaintModeButton.qml Save and restore painting tool settings 2025-08-01 17:08:53 +02:00
PaintTool.py Remap-barycentric was slowing things down; optimize. 2025-08-20 15:13:03 +02:00
PaintTool.qml Properly prepare the model for painting 2025-08-07 11:03:51 +02:00
PaintView.py Fix sometimes wrongly displayed view 2025-08-06 16:15:05 +02:00
plugin.json W.I.P. Start of paint-tool plugin UX work. 2025-05-20 15:56:21 +02:00
PrepareTextureJob.py Properly prepare the model for painting 2025-08-07 11:03:51 +02:00