diff --git a/release/datafiles/icons_svg/seq_strip_modifier.svg b/release/datafiles/icons_svg/seq_strip_modifier.svg new file mode 100644 index 00000000000..ef3f19718af --- /dev/null +++ b/release/datafiles/icons_svg/seq_strip_modifier.svg @@ -0,0 +1,26 @@ + + + + + + + + diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt index 3a6e9c40809..7bb0d149290 100644 --- a/source/blender/editors/datafiles/CMakeLists.txt +++ b/source/blender/editors/datafiles/CMakeLists.txt @@ -811,6 +811,7 @@ if(WITH_BLENDER) seq_splitview seq_strip_duplicate seq_strip_meta + seq_strip_modifier settings shaderfx shading_bbox diff --git a/source/blender/editors/include/UI_icons.hh b/source/blender/editors/include/UI_icons.hh index b05ce1a94db..15632774a69 100644 --- a/source/blender/editors/include/UI_icons.hh +++ b/source/blender/editors/include/UI_icons.hh @@ -807,6 +807,7 @@ DEF_ICON(SEQ_SEQUENCER) DEF_ICON(SEQ_SPLITVIEW) DEF_ICON(SEQ_STRIP_DUPLICATE) DEF_ICON(SEQ_STRIP_META) +DEF_ICON_MODIFIER(SEQ_STRIP_MODIFIER) /* Modifiers. */ DEF_ICON_MODIFIER(MOD_BRIGHTNESS_CONTRAST)