Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'materials_utils/functions.py')
-rw-r--r--materials_utils/functions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/materials_utils/functions.py b/materials_utils/functions.py
index 9397257a..93d700d8 100644
--- a/materials_utils/functions.py
+++ b/materials_utils/functions.py
@@ -333,7 +333,7 @@ def mu_select_by_material_name(self, find_material_name, extend_selection = Fals
elif not internal:
# Some object types are not supported
# mostly because don't really support selecting by material (like Font/Text objects)
- # ore that they don't support multiple materials/are just "weird" (i.e. Meta balls)
+ # or that they don't support multiple materials/are just "weird" (i.e. Meta balls)
self.report({'WARNING'}, "The type '" +
obj.type +
"' isn't supported in Edit mode by Material Utilities!")