[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1272] contrib/py/scripts/addons/ animation_animall.py: Adding some nice icons

Daniel Salazar zanqdo at gmail.com
Mon Dec 13 22:55:45 CET 2010


Revision: 1272
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=1272
Author:   zanqdo
Date:     2010-12-13 22:55:45 +0100 (Mon, 13 Dec 2010)

Log Message:
-----------
Adding some nice icons

Modified Paths:
--------------
    contrib/py/scripts/addons/animation_animall.py

Modified: contrib/py/scripts/addons/animation_animall.py
===================================================================
--- contrib/py/scripts/addons/animation_animall.py	2010-12-13 21:31:51 UTC (rev 1271)
+++ contrib/py/scripts/addons/animation_animall.py	2010-12-13 21:55:45 UTC (rev 1272)
@@ -99,10 +99,10 @@
             row.prop(context.window_manager, "key_vgroups")
         
         row = col.row()
-        row.operator('anim.insert_keyframe_animall')
-        row.operator('anim.delete_keyframe_animall')
+        row.operator('anim.insert_keyframe_animall', icon='KEY_HLT')
+        row.operator('anim.delete_keyframe_animall', icon='KEY_DEHLT')
         row = layout.row()
-        row.operator('anim.clear_animation_animall')
+        row.operator('anim.clear_animation_animall', icon='X')
 
 
 class ANIM_OT_insert_keyframe_animall(bpy.types.Operator):




More information about the Bf-extensions-cvs mailing list