mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Fix copying MIME type if scene nodes are copied
We're not doing this in the nicest way possible... Contributes to issue CURA-8232.
This commit is contained in:
parent
77b7a29fca
commit
d4fa1cee45
2 changed files with 2 additions and 0 deletions
|
@ -1867,6 +1867,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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue