Simple blocks now are possible as container.

This commit is contained in:
ageeye
2018-06-16 09:19:23 +02:00
committed by Yorik van Havre
parent ec16d82c96
commit 64fee7817b

View File

@@ -6102,6 +6102,8 @@ class _PointArray(_DraftObject):
pls = opl.Geometry
elif hasattr(opl, 'Links'):
pls = opl.Links
elif hasattr(opl, 'Components'):
pls = opl.Components
base = []
i = 0