Arch: Fixed remaining bugs in Pipes

This commit is contained in:
Yorik van Havre
2016-08-24 11:25:57 -03:00
parent 4877314728
commit fa9e476185
3 changed files with 21 additions and 2 deletions

View File

@@ -808,7 +808,7 @@ class Snapper:
elif hasattr(obj,"SnapPoints"):
for p in obj.SnapPoints:
p2 = obj.Placement.multVec(p)
snaps.append([p2,'spacial',p2])
snaps.append([p2,'special',p2])
return snaps