mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-24 13:39:05 +08:00
Change a logging line to an error
CURA-5301
This commit is contained in:
parent
3e37487632
commit
00dbf2c694
@ -1354,7 +1354,7 @@ class CuraApplication(QtApplication):
|
|||||||
try:
|
try:
|
||||||
group_node = Selection.getAllSelectedObjects()[0]
|
group_node = Selection.getAllSelectedObjects()[0]
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
Logger.log("d", "mergeSelected: Exception: %s", e)
|
Logger.log("e", "mergeSelected: Exception: %s", e)
|
||||||
return
|
return
|
||||||
|
|
||||||
meshes = [node.getMeshData() for node in group_node.getAllChildren() if node.getMeshData()]
|
meshes = [node.getMeshData() for node in group_node.getAllChildren() if node.getMeshData()]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user