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