UI: Clean up use of the term "Metaballs"
Clear the weird term "Metaelement". These are the metaballs (elements) inside one metaball objects. - "Meta Ball" to "Metaball" - "Metaelement", "Meta element" to "Metaball element" Differential Revision: https://developer.blender.org/D9910
This commit is contained in:
committed by
Hans Goudey
parent
4f247dba5e
commit
962b87f06a
@@ -2066,7 +2066,7 @@ class WM_OT_batch_rename(Operator):
|
||||
# Enum identifiers are compared with 'object.type'.
|
||||
('MESH', "Meshes", ""),
|
||||
('CURVE', "Curves", ""),
|
||||
('META', "Meta Balls", ""),
|
||||
('META', "Metaballs", ""),
|
||||
('ARMATURE', "Armatures", ""),
|
||||
('LATTICE', "Lattices", ""),
|
||||
('GPENCIL', "Grease Pencils", ""),
|
||||
|
||||
Reference in New Issue
Block a user