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-03-15 20:29:39 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-03-15 20:31:13 +0300
commitdf34f4f1db405c5b8deeb03db0937bee9ba81f42 (patch)
tree7daaac24ea36db57a8ae0095e5b818190dde4910 /materials_library_vx
parent2502531bb4ab4a76a876c003dab34951da31e1eb (diff)
Cleanup: fix source comment typos
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D14312
Diffstat (limited to 'materials_library_vx')
-rw-r--r--materials_library_vx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/materials_library_vx/__init__.py b/materials_library_vx/__init__.py
index 03d4f0cd..c19eab87 100644
--- a/materials_library_vx/__init__.py
+++ b/materials_library_vx/__init__.py
@@ -749,7 +749,7 @@ class MATLIB_MT_CatsMenu(Menu):
# def poll(cls, context):
# return context.active_object is not None
#
-# def exectute(self, context):
+# def execute(self, context):
# print("executing")
# return {"FINISHED"}