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
path: root/mocap
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2012-07-03 23:10:59 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-07-03 23:10:59 +0400
commit5092eeaaee1b532581c6eea4c0421fe42626998b (patch)
treea7bf1c4ce656079947d074efb9def733fbac4a2b /mocap
parent94e23455d4ecef546c05d51daf42d744aaf5b79c (diff)
Spell and typo fixes.
Diffstat (limited to 'mocap')
-rw-r--r--mocap/__init__.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/mocap/__init__.py b/mocap/__init__.py
index f754333f..e6a00f18 100644
--- a/mocap/__init__.py
+++ b/mocap/__init__.py
@@ -433,7 +433,7 @@ class OBJECT_OT_RetargetButton(bpy.types.Operator):
# has an action for retargeting
"""Retarget animation from selected armature to active armature"""
bl_idname = "mocap.retarget"
- bl_label = "Retarget active action from Performer to Enduser"
+ bl_label = "Retarget active action from Performer to End-user"
bl_options = {'REGISTER', 'UNDO'}
def execute(self, context):
@@ -471,7 +471,7 @@ class OBJECT_OT_SaveMappingButton(bpy.types.Operator):
#Operator for saving mapping to enduser armature
"""Save mapping to active armature (for future retargets)"""
bl_idname = "mocap.savemapping"
- bl_label = "Save user generated mapping from Performer to Enduser"
+ bl_label = "Save user generated mapping from Performer to End-user"
def execute(self, context):
enduser_obj = bpy.context.active_object
@@ -494,7 +494,7 @@ class OBJECT_OT_LoadMappingButton(bpy.types.Operator):
"""Load saved mapping from active armature"""
#Operator for loading mapping to enduser armature
bl_idname = "mocap.loadmapping"
- bl_label = "Load user generated mapping from Performer to Enduser"
+ bl_label = "Load user generated mapping from Performer to End-user"
def execute(self, context):
enduser_obj = bpy.context.active_object
@@ -780,7 +780,7 @@ class OBJECT_OT_GuessHierachyMapping(bpy.types.Operator):
#Operator which calls heurisitic function to guess mapping between 2 armatures
"""Attempt to auto figure out hierarchy mapping"""
bl_idname = "mocap.guessmapping"
- bl_label = "Attemp to auto figure out hierarchy mapping"
+ bl_label = "Attempt to auto figure out hierarchy mapping"
def execute(self, context):
enduser_obj = bpy.context.active_object