Merge branch 'master' of github.com:Ultimaker/Cura

This commit is contained in:
Ghostkeeper 2021-05-27 15:21:38 +02:00
commit 8e12d49160
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
7 changed files with 32 additions and 4 deletions

View file

@ -1863,6 +1863,7 @@ class CuraApplication(QtApplication):
else:
node = CuraSceneNode()
node.setMeshData(original_node.getMeshData())
node.source_mime_type = original_node.source_mime_type
# Setting meshdata does not apply scaling.
if original_node.getScale() != Vector(1.0, 1.0, 1.0):