[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [44764] trunk/blender/release/scripts/ startup/keyingsets_builtins.py: Tweaks for typos in the Keying Set descriptions commit

Joshua Leung aligorith at gmail.com
Fri Mar 9 11:25:04 CET 2012


Revision: 44764
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=44764
Author:   aligorith
Date:     2012-03-09 10:24:53 +0000 (Fri, 09 Mar 2012)
Log Message:
-----------
Tweaks for typos in the Keying Set descriptions commit

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/keyingsets_builtins.py

Modified: trunk/blender/release/scripts/startup/keyingsets_builtins.py
===================================================================
--- trunk/blender/release/scripts/startup/keyingsets_builtins.py	2012-03-09 10:16:41 UTC (rev 44763)
+++ trunk/blender/release/scripts/startup/keyingsets_builtins.py	2012-03-09 10:24:53 UTC (rev 44764)
@@ -50,7 +50,7 @@
 
 # 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 @@
 # 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_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_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 @@
 # 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"
 




More information about the Bf-blender-cvs mailing list