Cura/plugins/PaintTool
Erwan MATHIEU 889e65e11d
Some checks failed
conan-package / conan-package (push) Has been cancelled
unit-test / Run unit tests (push) Has been cancelled
Optimize polygons projection
CURA-12662
Use a numpy-vectorized function to process the barycentric projection, this is much faster
2025-09-18 15:51:09 +02:00
..
__init__.py Merge branch 'CURA-12660_painting-UI-improvements' into CURA-12661_make-more-global-paint-undo 2025-08-07 11:08:49 +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
paint.shader Improve fix for opacity issues 2025-08-05 15:55:23 +02:00
PaintModeButton.qml Simplify QML code 2025-08-04 16:03:09 +02:00
PaintTool.py Optimize polygons projection 2025-09-18 15:51:09 +02:00
PaintTool.qml Optimize painting by getting the list of painted faces 2025-09-17 09:18:24 +02:00
PaintUndoCommand.py Apply Review 2025-08-26 13:05:56 +02:00
PaintView.py Optimize polygons projection 2025-09-18 15:51:09 +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