mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 11:09:07 +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!
|
||||
mesh_data = job.getResult().getMeshData()
|
||||
if mesh_data:
|
||||
job._node.setMeshData(job.getResult().getMeshData())
|
||||
job._node.setMeshData(mesh_data)
|
||||
else:
|
||||
Logger.log("w", "Could not find a mesh in reloaded node.")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user