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:
authorBrecht Van Lommel <brecht@blender.org>2022-08-09 20:23:13 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-08-09 20:24:13 +0300
commit99576a8478e1ea90bb112e1fd2ff6aa851c05bdc (patch)
tree0e3a8c99c410359e3faf90c5bc32e81bc0ac1a00 /materials_utils
parentfd5afdfe2f67769886eaf50672baca14f3aebf5c (diff)
Cleanup: fix typos in blender addons
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D15646
Diffstat (limited to 'materials_utils')
-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!")