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