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 'space_view3d_copy_attributes.py')
-rw-r--r--space_view3d_copy_attributes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 7037354c..f75d185b 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -144,7 +144,7 @@ def pLoopExec(self, context, funk):
funk(bone, active, context)
-# The following functions are used o copy attributes from active to bone
+# The following functions are used to copy attributes from active to bone
def pLocLocExec(bone, active, context):
bone.location = active.location
@@ -316,7 +316,7 @@ def world_to_basis(active, ob, context):
return(mat)
-# The following functions are used o copy attributes from
+# The following functions are used to copy attributes from
# active to selected object
def obLoc(ob, active, context):