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>2010-12-05 12:38:36 +0300
committerDaniel Salazar <zanqdo@gmail.com>2010-12-05 12:38:36 +0300
commit5ab5f2db879f1d32eea43209d45449e73286f9c5 (patch)
tree03ca7e70b128b1ec1d29213b7eca9ed112b8929b /animation_rotobezier.py
parent05643e8660415f3392e34b14988a299239911693 (diff)
Changing the Clear Animation icon after reports like "my eyes just
exploded" and "it's the single most bright point in the universe"
Diffstat (limited to 'animation_rotobezier.py')
-rw-r--r--animation_rotobezier.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/animation_rotobezier.py b/animation_rotobezier.py
index fb1b85c3..49003795 100644
--- a/animation_rotobezier.py
+++ b/animation_rotobezier.py
@@ -100,7 +100,7 @@ class VIEW3D_PT_rotobezier(bpy.types.Panel):
row.operator('curve.insert_keyframe_rotobezier', icon='KEY_HLT')
row.operator('curve.delete_keyframe_rotobezier', icon='KEY_DEHLT')
row = layout.row()
- row.operator('curve.clear_animation_rotobezier', icon='CANCEL')
+ row.operator('curve.clear_animation_rotobezier', icon='X')
col = layout.column()