[Bf-blender-cvs] [f1fc5ba5375] blender2.8: Fix installing Blender due to missing icons.

Bastien Montagne noreply at git.blender.org
Wed Nov 7 11:31:30 CET 2018


Commit: f1fc5ba5375cbdd4677cc7a863b0c1fa7c8e770c
Author: Bastien Montagne
Date:   Wed Nov 7 11:31:07 2018 +0100
Branches: blender2.8
https://developer.blender.org/rBf1fc5ba5375cbdd4677cc7a863b0c1fa7c8e770c

Fix installing Blender due to missing icons.

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

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

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

diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt
index ba2f7b92c61..950566123af 100644
--- a/source/blender/editors/datafiles/CMakeLists.txt
+++ b/source/blender/editors/datafiles/CMakeLists.txt
@@ -623,9 +623,7 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
 	brush.paint_vertex.smear
 	brush.paint_weight.blur
 	brush.paint_weight.draw
-	brush.paint_weight.lighten
 	brush.paint_weight.mix
-	brush.paint_weight.multiply
 	brush.particle.add
 	brush.particle.comb
 	brush.particle.cut
@@ -651,8 +649,6 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
 	brush.sculpt.smooth
 	brush.sculpt.snake_hook
 	brush.sculpt.thumb
-	brush.weight.add
-	brush.weight.subtract
 	none
 	ops.armature.bone.roll
 	ops.armature.extrude_cursor



More information about the Bf-blender-cvs mailing list