From 99576a8478e1ea90bb112e1fd2ff6aa851c05bdc Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 9 Aug 2022 19:23:13 +0200 Subject: Cleanup: fix typos in blender addons Contributed by luzpaz. Differential Revision: https://developer.blender.org/D15646 --- materials_utils/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'materials_utils') 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!") -- cgit v1.2.3