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:
@@ -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():
|
||||
|
Reference in New Issue
Block a user