From 468474a653c976615306254dfcc33a85a0b872a1 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Wed, 10 Oct 2018 14:48:27 +0000 Subject: 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. --- source/blender/editors/datafiles/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/editors/datafiles') 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 -- cgit v1.2.3