mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-16 17:39:34 -07:00
Remove leftover code
CURA-12740
This commit is contained in:
parent
6ccd0b3b2b
commit
465831ce28
1 changed files with 0 additions and 1 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue