[Bf-blender-cvs] [195df5a] master: Fix some dummy formating issue (breacks i18n message processing).

Bastien Montagne noreply at git.blender.org
Thu May 1 16:34:34 CEST 2014


Commit: 195df5a0346ad68f1d96c5058b830c6a7e78f685
Author: Bastien Montagne
Date:   Thu May 1 16:30:40 2014 +0200
https://developer.blender.org/rB195df5a0346ad68f1d96c5058b830c6a7e78f685

Fix some dummy formating issue (breacks i18n message processing).

===================================================================

M	release/scripts/startup/bl_operators/anim.py

===================================================================

diff --git a/release/scripts/startup/bl_operators/anim.py b/release/scripts/startup/bl_operators/anim.py
index 0193454..e8890bf 100644
--- a/release/scripts/startup/bl_operators/anim.py
+++ b/release/scripts/startup/bl_operators/anim.py
@@ -285,9 +285,7 @@ class ClearUselessActions(Operator):
 
 
 class UpdateAnimatedTransformConstraint(Operator):
-    """
-    Update fcurves/drivers affecting Transform constraints (use it with files from 2.70 and earlier)
-    """
+    """Update fcurves/drivers affecting Transform constraints (use it with files from 2.70 and earlier)"""
     bl_idname = "anim.update_animated_transform_constraints"
     bl_label = "Update Animated Transform Constraints"
     bl_options = {'REGISTER', 'UNDO'}




More information about the Bf-blender-cvs mailing list