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 19:13:31 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-19 19:13:31 +0300
commit1c75533d9cc0693733bacbadecfaac5c504313fb (patch)
tree865ca6cfc8f2ea136d7ff2462e435151e612d06d /space_view3d_copy_attributes.py
parent4179941c58871bf85cf275130af0696affa5040f (diff)
parentd7d3233715503ecc15b8dd1973f7e73257e2cbda (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'space_view3d_copy_attributes.py')
-rw-r--r--space_view3d_copy_attributes.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 977f9ffa..9063bc89 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 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
@@ -227,7 +227,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",
@@ -236,7 +236,6 @@ pose_copies = (
"Copy BBone Settings from Active to Selected", pBBonesExec),
)
-
@classmethod
def pose_poll_func(cls, context):
return(context.mode == 'POSE')
@@ -517,7 +516,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",
@@ -525,7 +524,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",