Spelling fixes in comments and descriptions, patch by luzpaz

Differential Revision: https://developer.blender.org/D3744
This commit is contained in:
2019-07-31 14:25:09 +02:00
parent 136a7a7fe8
commit 604fdb6e85
92 changed files with 139 additions and 139 deletions

View File

@@ -145,7 +145,7 @@ def object_data_add(context, obdata, operator=None, name=None):
# layer.objects.active = obj_new
# Match up UV layers, this is needed so adding an object with UV's
# doesn't create new layers when there happens to be a naming mis-match.
# doesn't create new layers when there happens to be a naming mismatch.
uv_new = obdata.uv_layers.active
if uv_new is not None:
uv_act = obj_act.data.uv_layers.active