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:
authorCampbell Barton <ideasman42@gmail.com>2011-04-20 18:47:00 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-20 18:47:00 +0400
commit8a7dce5301f5448dd3c754d42acddd8f2b556615 (patch)
treee6bc3eba3147044f5b2992af3554b2c9d576aeb4
parent7e3d044bdd398c712bd65094b0f1d444580e8011 (diff)
update tooltip since this fixes paths from newer versions.
-rw-r--r--release/scripts/startup/bl_operators/animsys_update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_operators/animsys_update.py b/release/scripts/startup/bl_operators/animsys_update.py
index 8fa7d5cd93e..63d438a5066 100644
--- a/release/scripts/startup/bl_operators/animsys_update.py
+++ b/release/scripts/startup/bl_operators/animsys_update.py
@@ -689,7 +689,7 @@ import bpy
class UpdateAnimData(bpy.types.Operator):
- '''Update data paths from 2.53 to edited data paths of drivers and fcurves'''
+ """Update data paths from 2.56 and previous versions, modifying data paths of drivers and fcurves"""
bl_idname = "anim.update_data_paths"
bl_label = "Update Animation Data"