CURA-4033 split update bounds for a single node in buildvolume and also call it from readMeshFinished

This commit is contained in:
Jack Ha 2018-01-17 17:01:03 +01:00
parent d19b2fb8d9
commit 8a53549bce
3 changed files with 44 additions and 26 deletions

View file

@ -1,5 +1,6 @@
from UM.Application import Application
from UM.Logger import Logger
from UM.Math.AxisAlignedBox import AxisAlignedBox
from UM.Scene.SceneNode import SceneNode
from copy import deepcopy