Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2012-03-09 14:24:53 +0400
committerJoshua Leung <aligorith@gmail.com>2012-03-09 14:24:53 +0400
commit48f284d54446afe451d9284c26658e06f03483c4 (patch)
tree598bf56cc97cddae8eca0a761b56db577a22d866 /release/scripts/startup/keyingsets_builtins.py
parent455d1be696da48d319edae53119ef234ec237b23 (diff)
Tweaks for typos in the Keying Set descriptions commit
Diffstat (limited to 'release/scripts/startup/keyingsets_builtins.py')
-rw-r--r--release/scripts/startup/keyingsets_builtins.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/release/scripts/startup/keyingsets_builtins.py b/release/scripts/startup/keyingsets_builtins.py
index 26525bd2ff2..3527ece2bd3 100644
--- a/release/scripts/startup/keyingsets_builtins.py
+++ b/release/scripts/startup/keyingsets_builtins.py
@@ -50,7 +50,7 @@ ANIM_KS_WHOLE_CHARACTER_ID = "Whole Character"
# Location
class BUILTIN_KSI_Location(KeyingSetInfo):
- """Insert a keyframe on each of the three location channels"""
+ """Insert a keyframe on each of the location channels"""
bl_idname = ANIM_KS_LOCATION_ID
bl_label = "Location"
@@ -139,7 +139,7 @@ class BUILTIN_KSI_LocScale(KeyingSetInfo):
# LocRotScale
class BUILTIN_KSI_LocRotScale(KeyingSetInfo):
"""
- Insert a keyframe on each of the location, rotation and scale channels
+ Insert a keyframe on each of the location, rotation, and scale channels
"""
bl_idname = ANIM_KS_LOC_ROT_SCALE_ID
bl_label = "LocRotScale"
@@ -185,7 +185,7 @@ class BUILTIN_KSI_RotScale(KeyingSetInfo):
class BUILTIN_KSI_VisualLoc(KeyingSetInfo):
"""
Insert a keyframe on each of the location channels, taking into account
- constraints and relationships effects
+ effects of constraints and relationships
"""
bl_label = "Visual Location"
@@ -205,7 +205,7 @@ class BUILTIN_KSI_VisualLoc(KeyingSetInfo):
class BUILTIN_KSI_VisualRot(KeyingSetInfo):
"""
Insert a keyframe on each of the rotation channels, taking into account
- constraints and relationships effects
+ effects of constraints and relationships
"""
bl_label = "Visual Rotation"
@@ -224,8 +224,8 @@ class BUILTIN_KSI_VisualRot(KeyingSetInfo):
# VisualLocRot
class BUILTIN_KSI_VisualLocRot(KeyingSetInfo):
"""
- Insert a keyframe on each of the location and rotation channels),
- taking into account constraints and relationships effects
+ Insert a keyframe on each of the location and rotation channels,
+ taking into account effects of constraints and relationships
"""
bl_label = "Visual LocRot"