[Draft] typo: object name should be capitalized (#8484)
This commit is contained in:
@@ -109,8 +109,8 @@ def mirror(objlist, p1, p2):
|
||||
result = []
|
||||
|
||||
for obj in objlist:
|
||||
mir = App.ActiveDocument.addObject("Part::Mirroring", "mirror")
|
||||
mir.Label = obj.Label + " (" + translate("draft","mirrored") + ") "
|
||||
mir = App.ActiveDocument.addObject("Part::Mirroring", "Mirror")
|
||||
mir.Label = obj.Label + " (" + translate("draft", "mirrored") + ")"
|
||||
mir.Source = obj
|
||||
mir.Base = p1
|
||||
mir.Normal = pnorm
|
||||
|
||||
Reference in New Issue
Block a user