mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
add ConvexHullDecorator when grouping
This commit is contained in:
parent
637b536536
commit
1aa46045af
1 changed files with 1 additions and 0 deletions
|
@ -1182,6 +1182,7 @@ class CuraApplication(QtApplication):
|
|||
group_node = SceneNode()
|
||||
group_decorator = GroupDecorator()
|
||||
group_node.addDecorator(group_decorator)
|
||||
group_node.addDecorator(ConvexHullDecorator())
|
||||
group_node.setParent(self.getController().getScene().getRoot())
|
||||
group_node.setSelectable(True)
|
||||
center = Selection.getSelectionCenter()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue