mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
d91dabb087
2 changed files with 14 additions and 23 deletions
|
@ -1351,7 +1351,7 @@ class CuraApplication(QtApplication):
|
|||
try:
|
||||
group_node = Selection.getAllSelectedObjects()[0]
|
||||
except Exception as e:
|
||||
Logger.log("d", "mergeSelected: Exception: %s", e)
|
||||
Logger.log("e", "mergeSelected: Exception: %s", e)
|
||||
return
|
||||
|
||||
meshes = [node.getMeshData() for node in group_node.getAllChildren() if node.getMeshData()]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue