Skip to content

Commit

Permalink
Simple blocks now are possible as container.
Browse files Browse the repository at this point in the history
  • Loading branch information
ageeye authored and yorikvanhavre committed Jun 18, 2018
1 parent ec16d82 commit 64fee78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/Draft/Draft.py
Expand Up @@ -6102,6 +6102,8 @@ def execute(self, obj):
pls = opl.Geometry
elif hasattr(opl, 'Links'):
pls = opl.Links
elif hasattr(opl, 'Components'):
pls = opl.Components

base = []
i = 0
Expand Down

0 comments on commit 64fee78

Please sign in to comment.