mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 16:45:57 +08:00
Marking another unused variable
This commit is contained in:
parent
115d5dceae
commit
bbf931450a
@ -33,7 +33,7 @@ class ConvexHullNode(SceneNode):
|
|||||||
self._convex_hull_head_mesh = None
|
self._convex_hull_head_mesh = None
|
||||||
self._hull = hull
|
self._hull = hull
|
||||||
|
|
||||||
hull_points = self._hull.getPoints()
|
hull_points = self._hull.getPoints() # TODO: @UnusedVariable
|
||||||
hull_mesh = self.createHullMesh(self._hull.getPoints())
|
hull_mesh = self.createHullMesh(self._hull.getPoints())
|
||||||
if hull_mesh:
|
if hull_mesh:
|
||||||
self.setMeshData(hull_mesh)
|
self.setMeshData(hull_mesh)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user