Draft: Housekeeping: call 'make' functions with new name, continued
This commit is contained in:
@@ -1815,7 +1815,7 @@ def drawInsert(insert, num=None, clone=False):
|
||||
addText(a, attrib=True)
|
||||
if clone:
|
||||
if insert.block in blockobjects:
|
||||
newob = Draft.clone(blockobjects[insert.block])
|
||||
newob = Draft.make_clone(blockobjects[insert.block])
|
||||
tsf = FreeCAD.Matrix()
|
||||
rot = math.radians(insert.rotation)
|
||||
pos = vec(insert.loc)
|
||||
|
||||
Reference in New Issue
Block a user