mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:19:02 +08:00
CURA-4425 fix multiple objects in snapshot; the AxisAlignedBox is supposed to be read-only
This commit is contained in:
parent
c42f186812
commit
b4eb2e173c
@ -30,7 +30,7 @@ class Snapshot:
|
||||
if bbox is None:
|
||||
bbox = node.getBoundingBox()
|
||||
else:
|
||||
bbox += node.getBoundingBox()
|
||||
bbox = bbox + node.getBoundingBox()
|
||||
if bbox is None:
|
||||
bbox = AxisAlignedBox()
|
||||
look_at = bbox.center
|
||||
|
Loading…
x
Reference in New Issue
Block a user