Forced reset of progress when no model was found on platform

This commit is contained in:
Jaime van Kessel 2015-08-24 09:50:14 +02:00
parent 4dd2b15ab5
commit 752a4b26fa

View file

@ -130,6 +130,7 @@ class CuraEngineBackend(Backend):
if not getattr(node, "_outside_buildarea", False):
temp_list.append(node)
if len(temp_list) == 0:
self.processingProgress.emit(0.0)
return
object_groups.append(temp_list)
#for node in DepthFirstIterator(self._scene.getRoot()):