committed by
Kacper Donat
parent
be0c0e7a74
commit
bbfbb6e059
@@ -43,7 +43,7 @@ def moveViews():
|
||||
s = FreeCADGui.Selection.getSelection()
|
||||
|
||||
if len(s) != 2:
|
||||
print("Please select 1 Drawing Page and 1 TechDraw Page")
|
||||
print("Select 1 Drawing page and 1 TechDraw page")
|
||||
return
|
||||
|
||||
print("First object in selection is a: ", s[0].TypeId)
|
||||
@@ -59,7 +59,7 @@ def moveViews():
|
||||
tPage = s[0]
|
||||
dPage = s[1]
|
||||
else:
|
||||
print("Please select 1 Drawing Page and 1 TechDraw Page")
|
||||
print("Select 1 Drawing page and 1 TechDraw page")
|
||||
return
|
||||
|
||||
for o in dPage.OutList:
|
||||
|
||||
Reference in New Issue
Block a user