mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Removed unneeded getMeshData call
CURA-1622
This commit is contained in:
parent
8eef34ac45
commit
6602177102
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue