Further Draft lib name fixes

This commit is contained in:
Yorik van Havre
2012-05-22 12:00:03 -03:00
parent 7086b80cb3
commit 532d89ee3e
2 changed files with 87 additions and 86 deletions

View File

@@ -21,7 +21,7 @@
#* *
#***************************************************************************
import FreeCAD,FreeCADGui,ArchComponent,WorkingPlane,Drawing,math,Draft,ArchCommands, DraftVecUtils
import FreeCAD,FreeCADGui,ArchComponent,WorkingPlane,math,Draft,ArchCommands, DraftVecUtils
from FreeCAD import Vector
from PyQt4 import QtCore
from pivy import coin
@@ -197,6 +197,7 @@ class _ArchDrawingView:
else:
# render using the Drawing module
import Drawing
shapes = []
for o in objs:
if o.isDerivedFrom("Part::Feature"):