From cb20d6ee033afb0c14626cf6cacc79ff764fcc5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 6 Jan 2017 17:01:06 +0100 Subject: [PATCH] Fixed icon, the MOVE_UP_VEC icon was removed This happened in Blender commit rBb2159b94bcd6c4e30c47b9970601e6f2ca2a0750 --- blender_cloud/attract/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blender_cloud/attract/__init__.py b/blender_cloud/attract/__init__.py index 84d928b..99bf3eb 100644 --- a/blender_cloud/attract/__init__.py +++ b/blender_cloud/attract/__init__.py @@ -204,7 +204,7 @@ class ToolsPanel(Panel): if bpy.ops.attract.submit_selected.poll(): row.operator('attract.submit_selected', text='Submit %s' % noun, - icon='MOVE_UP_VEC') + icon='TRIA_UP') else: row.operator(ATTRACT_OT_submit_all.bl_idname) row.operator(AttractShotFetchUpdate.bl_idname,