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-10-14 20:52:42 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-10-14 20:52:42 +0300
commit99d2c979a9bd4b38d618696c83cb02fd6d8083ae (patch)
treefab66f8a3bb0854c4403e3335b253357cf3fb54c /magic_uv
parenta2e69343eb0893f4e4d404d20ba4c2f66d01f40a (diff)
Cleanup: fix typos
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D16234
Diffstat (limited to 'magic_uv')
-rw-r--r--magic_uv/op/texture_projection.py2
-rw-r--r--magic_uv/op/texture_wrap.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/magic_uv/op/texture_projection.py b/magic_uv/op/texture_projection.py
index d1ec96c3..cdd1e4b1 100644
--- a/magic_uv/op/texture_projection.py
+++ b/magic_uv/op/texture_projection.py
@@ -217,7 +217,7 @@ class _Properties:
)
scene.muv_texture_projection_adjust_window = BoolProperty(
name="Adjust Window",
- description="Scale of renderered texture is fitted to window",
+ description="Scale of rendered texture is fitted to window",
default=True
)
scene.muv_texture_projection_apply_tex_aspect = BoolProperty(
diff --git a/magic_uv/op/texture_wrap.py b/magic_uv/op/texture_wrap.py
index 80db3296..bd454ff8 100644
--- a/magic_uv/op/texture_wrap.py
+++ b/magic_uv/op/texture_wrap.py
@@ -246,7 +246,7 @@ class MUV_OT_TextureWrap_Set(bpy.types.Operator):
cv0, cv1, ov)
info["vert_vdiff"] = x - common_verts[0]["vert"].co
- # calclulate factor
+ # calculate factor
fact_h = -info["vert_hdiff"].length / \
ref_info["vert_hdiff"].length
fact_v = info["vert_vdiff"].length / \