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/materials_cycles_converter.py')
-rw-r--r--materials_utils/materials_cycles_converter.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/materials_utils/materials_cycles_converter.py b/materials_utils/materials_cycles_converter.py
index 13e1e1ec..0ffac4b0 100644
--- a/materials_utils/materials_cycles_converter.py
+++ b/materials_utils/materials_cycles_converter.py
@@ -133,7 +133,7 @@ def BakingText(tex, mode, tex_type=None):
# switch temporarily to 'IMAGE EDITOR', other approaches are not reliable
check_area = False
store_area = bpy.context.area.type
- collect_report("INFO: Temporarly switching context to Image Editor")
+ collect_report("INFO: Temporarily switching context to Image Editor")
try:
bpy.context.area.type = 'IMAGE_EDITOR'
bpy.context.area.spaces[0].image = bpy.data.images["TMP_BAKING"]
@@ -195,7 +195,7 @@ def BakingText(tex, mode, tex_type=None):
def AutoNodeInitiate(active=False, operator=None):
# Checks with bpy.ops.material.check_converter_path
# if it's possible to write in the output path
- # if it passes procedes with calling AutoNode
+ # if it passes proceeds with calling AutoNode
# if CheckImagePath(operator):
check_path = bpy.ops.material.check_converter_path()
@@ -485,7 +485,7 @@ def AutoNode(active=False, operator=None):
tex_node_collect.append(shtext)
sT = True
else:
- collect_report("ERROR: A problem occured with loading an image for {} "
+ collect_report("ERROR: A problem occurred with loading an image for {} "
"(possibly missing)".format(tex.texture.name))
else:
if sc.mat_specials.EXTRACT_PTEX or (sc.mat_specials.EXTRACT_ALPHA and ma_alpha):