mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 20:29:09 +08: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
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user