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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Salazar <zanqdo@gmail.com>2011-03-31 01:12:37 +0400
committerDaniel Salazar <zanqdo@gmail.com>2011-03-31 01:12:37 +0400
commit3f1f0796a1086eae878c4fc49dd496a872a809a7 (patch)
tree36835cfd630b118b0ca73619ade50a210c7a4c5c /animation_rotobezier.py
parent7055b4fae2537f0a27249adae3f1132d1ff524d4 (diff)
little better tooltip for rotobezier keyframing buttons. People seem to think they need to select CVs before inserting keyframes and that isn't really nessesary
Diffstat (limited to 'animation_rotobezier.py')
-rw-r--r--animation_rotobezier.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/animation_rotobezier.py b/animation_rotobezier.py
index 08c71bf3..5b92fc32 100644
--- a/animation_rotobezier.py
+++ b/animation_rotobezier.py
@@ -125,7 +125,7 @@ class VIEW3D_PT_rotobezier(bpy.types.Panel):
class CURVE_OT_insert_keyframe_rotobezier(bpy.types.Operator):
bl_label = 'Insert'
bl_idname = 'curve.insert_keyframe_rotobezier'
- bl_description = 'Insert a RotoBezier Keyframe'
+ bl_description = 'Insert/Replace all Keyframes in current frame'
bl_options = {'REGISTER', 'UNDO'}
# on mouse up:
@@ -178,7 +178,7 @@ class CURVE_OT_insert_keyframe_rotobezier(bpy.types.Operator):
class CURVE_OT_delete_keyframe_rotobezier(bpy.types.Operator):
bl_label = 'Delete'
bl_idname = 'curve.delete_keyframe_rotobezier'
- bl_description = 'Delete a RotoBezier Keyframe'
+ bl_description = 'Delete all keyframes in current frame'
bl_options = {'REGISTER', 'UNDO'}
# on mouse up: