mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Rename queueMesh to queueNode
This commit is contained in:
parent
177962f67a
commit
bd4459709f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class LayerView(View):
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
renderer.queueMesh(layerData, node.getGlobalTransformation(), material = self._material, mode = Renderer.RenderLineLoop)
|
renderer.queueNode(node, mesh = layerData, material = self._material, mode = Renderer.RenderLineLoop)
|
||||||
|
|
||||||
def endRendering(self):
|
def endRendering(self):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue