mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Rename queueMesh to queueNode
This commit is contained in:
parent
5a03928a4b
commit
1c329427ff
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class BuildVolume(SceneNode):
|
|||
)
|
||||
self._material.setUniformValue('u_color', [0.0, 0.0, 0.5, 0.1])
|
||||
|
||||
renderer.queueMesh(self.getMeshData(), self.getGlobalTransformation(), material = self._material, transparent = True)
|
||||
renderer.queueNode(self, material = self._material, transparent = True)
|
||||
return True
|
||||
|
||||
def rebuild(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue