From 465831ce28d27c1164a48d293aeeb04d32f5f4e5 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Fri, 3 Oct 2025 12:09:51 +0200 Subject: [PATCH] Remove leftover code CURA-12740 --- plugins/PaintTool/PaintView.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/PaintTool/PaintView.py b/plugins/PaintTool/PaintView.py index 3abbbfad76..91be18b0d3 100644 --- a/plugins/PaintTool/PaintView.py +++ b/plugins/PaintTool/PaintView.py @@ -361,7 +361,6 @@ class PaintView(CuraView): paint_batch = renderer.createRenderBatch(shader=self._paint_shader) renderer.addRenderBatch(paint_batch) - # for node in Selection.getAllSelectedObjects(): paint_batch.addItem(self._painted_object.getWorldTransformation(copy=False), self._painted_object.getMeshData(), normal_transformation=self._painted_object.getCachedNormalMatrix())