Arch: fixed bug in Schedule
This commit is contained in:
@@ -127,6 +127,7 @@ class _ArchSchedule:
|
||||
if objs:
|
||||
objs = objs.split(";")
|
||||
objs = [FreeCAD.ActiveDocument.getObject(o) for o in objs]
|
||||
objs = [obj for obj in objs if obj != None]
|
||||
else:
|
||||
objs = FreeCAD.ActiveDocument.Objects
|
||||
if len(objs) == 1:
|
||||
|
||||
Reference in New Issue
Block a user