Remove useless variable declaration

The node_matrix is defined in the following if whatever the condition, so there is no need to define it first.

CURA-11902
This commit is contained in:
Erwan MATHIEU 2024-05-15 09:09:29 +02:00
parent b75f168c55
commit 3fbc911123

View file

@ -112,7 +112,6 @@ class ThreeMFWriter(MeshWriter):
savitar_node = Savitar.SceneNode()
savitar_node.setName(um_node.getName())
node_matrix = um_node.getLocalTransformation()
mesh_data = um_node.getMeshData()
if center_mesh: