mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
This commit is contained in:
commit
390dc7e2c6
18 changed files with 391 additions and 399 deletions
|
@ -70,7 +70,7 @@ class PerObjectSettingsModel(ListModel):
|
|||
def _updateModel(self):
|
||||
self.clear()
|
||||
for node in BreadthFirstIterator(self._root):
|
||||
if type(node) is not SceneNode or not node.getMeshData() or not node.isSelectable():
|
||||
if type(node) is not SceneNode or not node.isSelectable():
|
||||
continue
|
||||
node_profile = node.callDecoration("getProfile")
|
||||
if not node_profile:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue