Fix some dummy formating issue (breacks i18n message processing).
This commit is contained in:
@@ -285,9 +285,7 @@ class ClearUselessActions(Operator):
|
|||||||
|
|
||||||
|
|
||||||
class UpdateAnimatedTransformConstraint(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_idname = "anim.update_animated_transform_constraints"
|
||||||
bl_label = "Update Animated Transform Constraints"
|
bl_label = "Update Animated Transform Constraints"
|
||||||
bl_options = {'REGISTER', 'UNDO'}
|
bl_options = {'REGISTER', 'UNDO'}
|
||||||
|
|||||||
Reference in New Issue
Block a user