mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
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:
parent
b75f168c55
commit
3fbc911123
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ class ThreeMFWriter(MeshWriter):
|
||||||
savitar_node = Savitar.SceneNode()
|
savitar_node = Savitar.SceneNode()
|
||||||
savitar_node.setName(um_node.getName())
|
savitar_node.setName(um_node.getName())
|
||||||
|
|
||||||
node_matrix = um_node.getLocalTransformation()
|
|
||||||
mesh_data = um_node.getMeshData()
|
mesh_data = um_node.getMeshData()
|
||||||
|
|
||||||
if center_mesh:
|
if center_mesh:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue