mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:19:03 +08:00
Removed unneeded getMeshData call
CURA-1622
This commit is contained in:
parent
8eef34ac45
commit
6602177102
@ -854,7 +854,7 @@ class CuraApplication(QtApplication):
|
|||||||
# TODO; This needs to be fixed properly. We now make the assumption that we only load a single mesh!
|
# TODO; This needs to be fixed properly. We now make the assumption that we only load a single mesh!
|
||||||
mesh_data = job.getResult().getMeshData()
|
mesh_data = job.getResult().getMeshData()
|
||||||
if mesh_data:
|
if mesh_data:
|
||||||
job._node.setMeshData(job.getResult().getMeshData())
|
job._node.setMeshData(mesh_data)
|
||||||
else:
|
else:
|
||||||
Logger.log("w", "Could not find a mesh in reloaded node.")
|
Logger.log("w", "Could not find a mesh in reloaded node.")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user