[Bf-blender-cvs] [468474a653c] blender2.8: Cmake build missing geom icons

Dalai Felinto noreply at git.blender.org
Wed Oct 10 16:57:32 CEST 2018


Commit: 468474a653c976615306254dfcc33a85a0b872a1
Author: Dalai Felinto
Date:   Wed Oct 10 14:48:27 2018 +0000
Branches: blender2.8
https://developer.blender.org/rB468474a653c976615306254dfcc33a85a0b872a1

Cmake build missing geom icons

The icons themselves (their .dat) still need to be updated. But this will make
sure they are part of the pack next time the icons are updated.

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

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

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

diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt
index 4e898d5654b..f78c81d6cef 100644
--- a/source/blender/editors/datafiles/CMakeLists.txt
+++ b/source/blender/editors/datafiles/CMakeLists.txt
@@ -665,6 +665,7 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
 	ops.armature.bone.roll
 	ops.armature.extrude.cursor
 	ops.armature.extrude
+	ops.armature.extrude_move
 	ops.curve.draw
 	ops.curve.dupli_extrude_cursor
 	ops.generic.cursor
@@ -714,8 +715,10 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
 	ops.paint.vertex_color_fill
 	ops.paint.weight_fill
 	ops.paint.weight_gradient
+	ops.pose.breakdowner
 	ops.sculpt.border_hide
 	ops.sculpt.border_mask
+	ops.transform.bone_size
 	ops.transform.edge_slide
 	ops.transform.push_pull
 	ops.transform.resize.cage



More information about the Bf-blender-cvs mailing list