From 5ab5f2db879f1d32eea43209d45449e73286f9c5 Mon Sep 17 00:00:00 2001
From: Daniel Salazar <zanqdo@gmail.com>
Date: Sun, 5 Dec 2010 09:38:36 +0000
Subject: [PATCH] Changing the Clear Animation icon after reports like "my eyes
 just exploded" and "it's the single most bright point in the universe"

---
 animation_rotobezier.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/animation_rotobezier.py b/animation_rotobezier.py
index fb1b85c33..490037955 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()
         
-- 
GitLab