UI: add blade icon to the Sequencer Cut tool

Was previously using the mesh edit Knife tool icon - now this tool has a bespoke icon.
This commit is contained in:
William Reynish
2020-02-16 20:56:59 +01:00
parent de0de9381d
commit 31530d0da9
2 changed files with 3 additions and 1 deletions

View File

@@ -1718,12 +1718,14 @@ class _defs_sequencer_generic:
return dict(
idname="builtin.cut",
label="Cut",
icon="ops.mesh.knife_tool",
icon="ops.sequencer.blade",
cursor='CROSSHAIR',
widget=None,
keymap="Sequencer Tool: Cut",
draw_settings=draw_settings,
)
class _defs_sequencer_select:
@ToolDef.from_fn
def select():