Fixed icon, the MOVE_UP_VEC icon was removed
This happened in Blender commit rBb2159b94bcd6c4e30c47b9970601e6f2ca2a0750
This commit is contained in:
parent
645bdd950f
commit
cb20d6ee03
@ -204,7 +204,7 @@ class ToolsPanel(Panel):
|
|||||||
if bpy.ops.attract.submit_selected.poll():
|
if bpy.ops.attract.submit_selected.poll():
|
||||||
row.operator('attract.submit_selected',
|
row.operator('attract.submit_selected',
|
||||||
text='Submit %s' % noun,
|
text='Submit %s' % noun,
|
||||||
icon='MOVE_UP_VEC')
|
icon='TRIA_UP')
|
||||||
else:
|
else:
|
||||||
row.operator(ATTRACT_OT_submit_all.bl_idname)
|
row.operator(ATTRACT_OT_submit_all.bl_idname)
|
||||||
row.operator(AttractShotFetchUpdate.bl_idname,
|
row.operator(AttractShotFetchUpdate.bl_idname,
|
||||||
|
Reference in New Issue
Block a user