mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47: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:
|
||||
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):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue