Cura/plugins/PaintTool
Remco Burema c412def982
Some checks failed
conan-package-resources / conan-package (push) Has been cancelled
conan-package / conan-package (push) Has been cancelled
printer-linter-format / Printer linter auto format (push) Has been cancelled
unit-test / Run unit tests (push) Has been cancelled
conan-package-resources / signal-curator (push) Has been cancelled
Extruder counts in image was too slow, cache and do per bounding-rect.
Rewrite the whole 'count pixels to get extruders for paint on materials' so that it's cached outside of the extruder manager instead, so that counting pixels in a 4096x4096 image isn't called xx of times per second.

part of CURA-12752
2025-10-08 09:58:05 +02:00
..
__init__.py Set brush icon for painting feature 2025-09-30 11:10:03 +02:00
BrushColorButton.qml Simplify QML code 2025-08-04 16:03:09 +02:00
BrushShapeButton.qml Simplify QML code 2025-08-04 16:03:09 +02:00
MultiMaterialExtruderConverter.py Merge remote-tracking branch 'origin/5.11' into CURA-12740_multi-material-with-ex2 2025-10-03 12:22:03 +02:00
paint.shader Fix shader compatibility 2025-09-19 10:28:20 +02:00
PaintClearCommand.py Extruder counts in image was too slow, cache and do per bounding-rect. 2025-10-08 09:58:05 +02:00
PaintCommand.py Extruder counts in image was too slow, cache and do per bounding-rect. 2025-10-08 09:58:05 +02:00
PaintModeButton.qml Simplify QML code 2025-08-04 16:03:09 +02:00
PaintStrokeCommand.py Extruder counts in image was too slow, cache and do per bounding-rect. 2025-10-08 09:58:05 +02:00
PaintTool.py Merge remote-tracking branch 'origin/5.11' into CURA-12752_multimat_paint_prime_tower 2025-10-07 11:34:01 +02:00
PaintTool.qml Merge remote-tracking branch 'origin/main' into CURA-12662_paint_splatter_issue 2025-09-19 13:39:15 +02:00
PaintView.py Extruder counts in image was too slow, cache and do per bounding-rect. 2025-10-08 09:58: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 Pre-cache faces connectivity during prepare job 2025-10-01 16:38:50 +02:00