[Bf-blender-cvs] [a6755f2f1f0] master: Fix: Forgot to include the blade icon in CMakeLists

William Reynish noreply at git.blender.org
Mon Feb 17 10:49:00 CET 2020


Commit: a6755f2f1f0823e028cc80c1d4248205dd334d1c
Author: William Reynish
Date:   Mon Feb 17 10:48:58 2020 +0100
Branches: master
https://developer.blender.org/rBa6755f2f1f0823e028cc80c1d4248205dd334d1c

Fix: Forgot to include the blade icon in CMakeLists

This should make the Blade icon appear correctly in the Sequencer

===================================================================

M	source/blender/editors/datafiles/CMakeLists.txt

===================================================================

diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt
index 62bac643347..d1352c66f75 100644
--- a/source/blender/editors/datafiles/CMakeLists.txt
+++ b/source/blender/editors/datafiles/CMakeLists.txt
@@ -739,6 +739,7 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
   ops.sculpt.border_mask
   ops.sculpt.lasso_mask
   ops.sculpt.mesh_filter
+  ops.sequencer.blade
   ops.transform.bone_envelope
   ops.transform.bone_size
   ops.transform.edge_slide



More information about the Bf-blender-cvs mailing list