Added more placement tools for base models.

This commit is contained in:
Markus Lampert
2018-08-30 21:34:52 -07:00
committed by wmayer
parent 256d42e2de
commit a428183cb1
13 changed files with 2808 additions and 8 deletions

View File

@@ -122,7 +122,7 @@ class StockFromBase(Stock):
return None
def execute(self, obj):
bb = shapeBoundBox(obj.Base.Group)
bb = shapeBoundBox(obj.Base.Group) if obj.Base else None
PathLog.track(obj.Label, bb)
# Sometimes, when the Base changes it's temporarily not assigned when