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 'mesh_tissue')
-rw-r--r--mesh_tissue/colors_groups_exchanger.py4
-rw-r--r--mesh_tissue/tessellate_numpy.py2
-rw-r--r--mesh_tissue/utils.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/mesh_tissue/colors_groups_exchanger.py b/mesh_tissue/colors_groups_exchanger.py
index 00fd3649..b3ffe31f 100644
--- a/mesh_tissue/colors_groups_exchanger.py
+++ b/mesh_tissue/colors_groups_exchanger.py
@@ -18,10 +18,10 @@
#-------------------------- COLORS / GROUPS EXCHANGER -------------------------#
# #
-# Vertex Color to Vertex Group allow you to convert colors channles to weight #
+# Vertex Color to Vertex Group allow you to convert colors channels to weight #
# maps. #
# The main purpose is to use vertex colors to store information when importing #
-# files from other softwares. The script works with the active vertex color #
+# files from other software. The script works with the active vertex color #
# slot. #
# For use the command "Vertex Clors to Vertex Groups" use the search bar #
# (space bar). #
diff --git a/mesh_tissue/tessellate_numpy.py b/mesh_tissue/tessellate_numpy.py
index 52b50e60..00d0237c 100644
--- a/mesh_tissue/tessellate_numpy.py
+++ b/mesh_tissue/tessellate_numpy.py
@@ -2964,7 +2964,7 @@ class TISSUE_PT_tessellate_object(Panel):
if props.bool_multi_components:
col2.enabled = False
- # TRANFER DATA ### OFF
+ # TRANSFER DATA ### OFF
if props.fill_mode != 'PATCH' and False:
col = layout.column(align=True)
col.label(text="Component Data:")
diff --git a/mesh_tissue/utils.py b/mesh_tissue/utils.py
index f9186120..8e343fea 100644
--- a/mesh_tissue/utils.py
+++ b/mesh_tissue/utils.py
@@ -78,7 +78,7 @@ def read_weight(_weight, vertex_group):
#for t in processes: t.join()
return weight
-#Recursivly transverse layer_collection for a particular name
+#Recursively transverse layer_collection for a particular name
def recurLayerCollection(layerColl, collName):
found = None
if (layerColl.name == collName):