[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1230] trunk/py/scripts/addons/ animation_rotobezier.py: Changing the Clear Animation icon after reports like "my eyes just

Daniel Salazar zanqdo at gmail.com
Sun Dec 5 10:38:36 CET 2010


Revision: 1230
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=1230
Author:   zanqdo
Date:     2010-12-05 10:38:36 +0100 (Sun, 05 Dec 2010)

Log Message:
-----------
Changing the Clear Animation icon after reports like "my eyes just
exploded" and "it's the single most bright point in the universe"

Modified Paths:
--------------
    trunk/py/scripts/addons/animation_rotobezier.py

Modified: trunk/py/scripts/addons/animation_rotobezier.py
===================================================================
--- trunk/py/scripts/addons/animation_rotobezier.py	2010-12-05 07:33:05 UTC (rev 1229)
+++ trunk/py/scripts/addons/animation_rotobezier.py	2010-12-05 09:38:36 UTC (rev 1230)
@@ -100,7 +100,7 @@
         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()
         




More information about the Bf-extensions-cvs mailing list