Draft: Update UI strings for consistency (#22331)
* Draft: Update UI strings for consistency * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com> * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Roy-043 <70520633+Roy-043@users.noreply.github.com> * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Roy-043 <70520633+Roy-043@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Roy-043 <70520633+Roy-043@users.noreply.github.com> * Apply suggestions from code review --------- Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com> Co-authored-by: Roy-043 <70520633+Roy-043@users.noreply.github.com>
This commit is contained in:
@@ -56,10 +56,10 @@ def heal(objlist=None, delete=True, reparent=True):
|
||||
|
||||
if not objlist:
|
||||
objlist = App.ActiveDocument.Objects
|
||||
print("Automatic mode: Healing whole document...")
|
||||
print("Automatic mode: Healing whole document…")
|
||||
auto = True
|
||||
else:
|
||||
print("Manual mode: Force-healing selected objects...")
|
||||
print("Manual mode: Force-healing selected objects…")
|
||||
|
||||
if not isinstance(objlist,list):
|
||||
objlist = [objlist]
|
||||
|
||||
Reference in New Issue
Block a user