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 93d700d8..e771fc6b 100644
--- a/materials_utils/functions.py
+++ b/materials_utils/functions.py
@@ -272,7 +272,7 @@ def mu_select_by_material_name(self, find_material_name, extend_selection = Fals
if active_object.type == 'MESH':
# if not extending the selection, deselect all first
# (Without this, edges/faces were still selected
- # while the faces were deselcted)
+ # while the faces were deselected)
if not extend_selection:
bpy.ops.mesh.select_all(action = 'DESELECT')