Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-11-07 04:43:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-07 04:57:24 +0300
commitb9e919b00337093cbbf2c0c2c68861fc568d9ff4 (patch)
treeb83065b774f0a12076fea1ab35d30e408f9a78c9 /source/blender/editors/datafiles
parent188857e0f23fbd1cce9cb3d08e75f90f2ff186ca (diff)
Icons: remove unused vertex paint icons
Also update names to match enum.
Diffstat (limited to 'source/blender/editors/datafiles')
-rw-r--r--source/blender/editors/datafiles/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt
index ed8cc8d71b2..cc2ef1d7253 100644
--- a/source/blender/editors/datafiles/CMakeLists.txt
+++ b/source/blender/editors/datafiles/CMakeLists.txt
@@ -617,8 +617,9 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
brush.paint_texture.smear
brush.paint_texture.soften
brush.paint_vertex.alpha
+ brush.paint_vertex.average
brush.paint_vertex.blur
- brush.paint_vertex.mix
+ brush.paint_vertex.draw
brush.paint_vertex.smear
brush.paint_weight.blur
brush.paint_weight.darken
@@ -651,7 +652,6 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
brush.sculpt.smooth
brush.sculpt.snake_hook
brush.sculpt.thumb
- brush.vertex.average
brush.weight.add
brush.weight.subtract
none