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 <brechtvanlommel@gmail.com>2018-10-19 18:59:58 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-19 19:12:29 +0300
commitd7d3233715503ecc15b8dd1973f7e73257e2cbda (patch)
treef9f9ab24b89fe574b3f972e45c8337bcd791a9b1 /space_view3d_copy_attributes.py
parent84b817117328b3193533324846ec389b1f5fe5c4 (diff)
Spelling fixes in comments and descriptions, patch by luzpaz.
Differential Revision: https://developer.blender.org/D3746
Diffstat (limited to 'space_view3d_copy_attributes.py')
-rw-r--r--space_view3d_copy_attributes.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index cb53511b..762eb953 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -141,7 +141,7 @@ def pLoopExec(self, context, funk):
funk(bone, active, context)
-# The following functions are used o copy attributes frome active to bone
+# The following functions are used o copy attributes from active to bone
def pLocLocExec(bone, active, context):
bone.location = active.location
@@ -222,7 +222,7 @@ pose_copies = (
('pose_drw', "Bone Shape",
"Copy Bone Shape from Active to Selected", pDrwExec),
('pose_lok', "Protected Transform",
- "Copy Protected Tranforms from Active to Selected", pLokExec),
+ "Copy Protected Transforms from Active to Selected", pLokExec),
('pose_con', "Bone Constraints",
"Copy Object Constraints from Active to Selected", pConExec),
('pose_iks', "IK Limits",
@@ -519,7 +519,7 @@ object_copies = (
# ('obj_log', "Logic Bricks",
# "Copy Logic Bricks from Active to Selected"),
('obj_lok', "Protected Transform",
- "Copy Protected Tranforms from Active to Selected", obLok),
+ "Copy Protected Transforms from Active to Selected", obLok),
('obj_con', "Object Constraints",
"Copy Object Constraints from Active to Selected", obCon),
# ('obj_nla', "NLA Strips",
@@ -527,7 +527,7 @@ object_copies = (
# ('obj_tex', "Texture Space",
# "Copy Texture Space from Active to Selected", obTex),
# ('obj_sub', "Subsurf Settings",
- # "Copy Subsurf Setings from Active to Selected"),
+ # "Copy Subsurf Settings from Active to Selected"),
# ('obj_smo', "AutoSmooth",
# "Copy AutoSmooth from Active to Selected"),
('obj_idx', "Pass Index",