Remove unneeded checks in convex hull node

CURA-7106
This commit is contained in:
Jaime van Kessel 2020-06-22 17:18:22 +02:00
parent 16bc2071ee
commit 570efc8310
No known key found for this signature in database
GPG key ID: 3710727397403C91
2 changed files with 6 additions and 9 deletions

View file

@ -167,7 +167,7 @@ class SolidView(View):
self._composite_pass.setLayerBindings(["default", "selection", "xray"])
self._old_composite_shader = self._composite_pass.getCompositeShader()
self._composite_pass.setCompositeShader(self._xray_composite_shader)
def beginRendering(self):
scene = self.getController().getScene()
renderer = self.getRenderer()