mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:48:58 +08:00
Rename queueMesh to queueNode
This commit is contained in:
parent
177962f67a
commit
bd4459709f
@ -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…
x
Reference in New Issue
Block a user